#DED9CE

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

Shades of Albescent White #DED9CE

Tints of Albescent White #DED9CE

Color information

#DED9CE (or 0xDED9CE) is unknown color: approx Albescent White. HEX triplet: DE, D9 and CE. RGB value is (222,217,206). Sum of RGB (Red+Green+Blue) = 222+217+206=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9CE is #212631. Grayscale: #D9D9D9. Windows color (decimal): -2172466 or 13556190. OLE color: 13556190.

HSL color Cylindrical-coordinate representation of color #DED9CE: hue angle of 41.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DED9CE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222217206-
CMYK00.020.070.13
HSL41.25º19.51%83.92%-
HSV(B)41.25º7.21%87.06%-
XYZ66.0869.6168.35-
YUV217.24121.66131.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 217 (85.16% from 255) = 33.64%
BLUE value IS 206 (80.86% from 255) = 31.94%
R=34.42%
G=33.64%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221720600.020.070.1341.2519.5183.92
HexDED9CE027D291454
Octal336331316027155124124
Binary1101111011011001110011100101111101101001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9CE; }

 p { color: rgb(222,217,206); }

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

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

 a { background-color: rgb(222,217,206); }

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

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

 span { border-color: rgb(222,217,206); }

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