#DED9CC

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

Shades of Albescent White #DED9CC

Tints of Albescent White #DED9CC

Color information

#DED9CC (or 0xDED9CC) is unknown color: approx Albescent White. HEX triplet: DE, D9 and CC. RGB value is (222,217,204). Sum of RGB (Red+Green+Blue) = 222+217+204=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9CC is #212633. Grayscale: #D9D9D9. Windows color (decimal): -2172468 or 13425118. OLE color: 13425118.

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

Color convert

RGB222217204-
CMYK00.020.080.13
HSL43.33º21.43%83.53%-
HSV(B)43.33º8.11%87.06%-
XYZ65.8469.5167.07-
YUV217.01120.66131.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=34.53%
G=33.75%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221720400.020.080.1343.3321.4383.53
HexDED9CC028D2b1554
Octal3363313140210155325124
Binary11011110110110011100110001010001101101011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9CC; }

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

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

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

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

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

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

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

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