#DED7C9

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

Shades of Albescent White #DED7C9

Tints of Albescent White #DED7C9

Color information

#DED7C9 (or 0xDED7C9) is unknown color: approx Albescent White. HEX triplet: DE, D7 and C9. RGB value is (222,215,201). Sum of RGB (Red+Green+Blue) = 222+215+201=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7C9 is #212836. Grayscale: #D7D7D7. Windows color (decimal): -2172983 or 13227998. OLE color: 13227998.

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

Color convert

RGB222215201-
CMYK00.030.090.13
HSL40º24.14%82.94%-
HSV(B)40º9.46%87.06%-
XYZ64.9768.3565.03-
YUV215.5119.82132.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.80%
GREEN value IS 215 (84.38% from 255) = 33.70%
BLUE value IS 201 (78.91% from 255) = 31.50%
R=34.80%
G=33.70%
B=31.50%

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
Decimal22221520100.030.090.134024.1482.94
HexDED7C9039D281853
Octal3363273110311155030123
Binary11011110110101111100100101110011101101000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7C9; }

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

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

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

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

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

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

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

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