#DED8CD

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

Shades of Albescent White #DED8CD

Tints of Albescent White #DED8CD

Color information

#DED8CD (or 0xDED8CD) is unknown color: approx Albescent White. HEX triplet: DE, D8 and CD. RGB value is (222,216,205). Sum of RGB (Red+Green+Blue) = 222+216+205=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8CD is #212732. Grayscale: #D8D8D8. Windows color (decimal): -2172723 or 13490398. OLE color: 13490398.

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

Color convert

RGB222216205-
CMYK00.030.080.13
HSL38.82º20.48%83.73%-
HSV(B)38.82º7.66%87.06%-
XYZ65.769.0567.62-
YUV216.54121.49131.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=34.53%
G=33.59%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221620500.030.080.1338.8220.4883.73
HexDED8CD038D271454
Octal3363303150310154724124
Binary11011110110110001100110101110001101100111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED8CD; }

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

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

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

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

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

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

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

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