#DED8C9

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

Shades of Albescent White #DED8C9

Tints of Albescent White #DED8C9

Color information

#DED8C9 (or 0xDED8C9) is unknown color: approx Albescent White. HEX triplet: DE, D8 and C9. RGB value is (222,216,201). Sum of RGB (Red+Green+Blue) = 222+216+201=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8C9 is #212736. Grayscale: #D8D8D8. Windows color (decimal): -2172727 or 13228254. OLE color: 13228254.

HSL color Cylindrical-coordinate representation of color #DED8C9: hue angle of 42.86º 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 #DED8C9 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222216201-
CMYK00.030.090.13
HSL42.86º24.14%82.94%-
HSV(B)42.86º9.46%87.06%-
XYZ65.2268.8665.11-
YUV216.08119.49132.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 201 (78.91% from 255) = 31.46%
R=34.74%
G=33.80%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221620100.030.090.1342.8624.1482.94
HexDED8C9039D2b1853
Octal3363303110311155330123
Binary11011110110110001100100101110011101101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED8C9; }

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

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

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

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

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

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

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

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