#DED8CC

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

Shades of Albescent White #DED8CC

Tints of Albescent White #DED8CC

Color information

#DED8CC (or 0xDED8CC) is unknown color: approx Albescent White. HEX triplet: DE, D8 and CC. RGB value is (222,216,204). Sum of RGB (Red+Green+Blue) = 222+216+204=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8CC is #212733. Grayscale: #D8D8D8. Windows color (decimal): -2172724 or 13424862. OLE color: 13424862.

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

Color convert

RGB222216204-
CMYK00.030.080.13
HSL40º21.43%83.53%-
HSV(B)40º8.11%87.06%-
XYZ65.586966.99-
YUV216.43120.99131.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=34.58%
G=33.64%
B=31.78%

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
Decimal22221620400.030.080.134021.4383.53
HexDED8CC038D281554
Octal3363303140310155025124
Binary11011110110110001100110001110001101101000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED8CC; }

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

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

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

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

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

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

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

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