#FFDED3

Color #FFDED3 Pippin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pippin #FFDED3

Tints of Pippin #FFDED3

Color information

#FFDED3 (or 0xFFDED3) is unknown color: approx Pippin. HEX triplet: FF, DE and D3. RGB value is (255,222,211). Sum of RGB (Red+Green+Blue) = 255+222+211=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 211 (82.81% from 255 or 30.67% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDED3 is #00212C. Grayscale: #E6E6E6. Windows color (decimal): -8493 or 13885183. OLE color: 13885183.

HSL color Cylindrical-coordinate representation of color #FFDED3: hue angle of 15º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFDED3 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB255222211-
CMYK00.130.170
HSL15º100%91.37%-
HSV(B)15º17.25%100%-
XYZ79.1278.2172.55-
YUV230.61116.93145.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 222 (87.11% from 255) = 32.27%
BLUE value IS 211 (82.81% from 255) = 30.67%
R=37.06%
G=32.27%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522221100.130.1701510091.37
HexFFDED30D110f645b
Octal37733632301521017144133
Binary11111111110111101101001101101100010111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDED3; }

 p { color: rgb(255,222,211); }

 H1.HeaderClassName
 {
   color: #FFDED3;
 }
 .AnyTagClassName
 {
   color: #FFDED3;
 }
</style>
background-color css

<style>
 a { background-color: #FFDED3; }

 a { background-color: rgb(255,222,211); }

 div.DivClassName
 {
   background-color: #FFDED3;
 }
 .BgClassName
 {
   background-color: #FFDED3;
 }
</style>
border-color css

<style>
 span { border-color: #FFDED3; }

 span { border-color: rgb(255,222,211); }

 td.TdClassName
 {
   border-color: #FFDED3;
 }
 .TagClassName
 {
   border-color: #FFDED3;
 }
</style>