#DED6C9

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

Shades of Albescent White #DED6C9

Tints of Albescent White #DED6C9

Color information

#DED6C9 (or 0xDED6C9) is unknown color: approx Albescent White. HEX triplet: DE, D6 and C9. RGB value is (222,214,201). Sum of RGB (Red+Green+Blue) = 222+214+201=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6C9 is #212936. Grayscale: #D6D6D6. Windows color (decimal): -2173239 or 13227742. OLE color: 13227742.

HSL color Cylindrical-coordinate representation of color #DED6C9: hue angle of 37.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DED6C9 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222214201-
CMYK00.040.090.13
HSL37.14º24.14%82.94%-
HSV(B)37.14º9.46%87.06%-
XYZ64.7167.8464.94-
YUV214.91120.15133.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 201 (78.91% from 255) = 31.55%
R=34.85%
G=33.59%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221420100.040.090.1337.1424.1482.94
HexDED6C9049D251853
Octal3363263110411154530123
Binary110111101101011011001001010010011101100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED6C9; }

 p { color: rgb(222,214,201); }

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

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

 a { background-color: rgb(222,214,201); }

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

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

 span { border-color: rgb(222,214,201); }

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