#DED9C9

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

Shades of Milk White #DED9C9

Tints of Milk White #DED9C9

Color information

#DED9C9 (or 0xDED9C9) is unknown color: approx Milk White. HEX triplet: DE, D9 and C9. RGB value is (222,217,201). Sum of RGB (Red+Green+Blue) = 222+217+201=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9C9 is #212636. Grayscale: #D8D8D8. Windows color (decimal): -2172471 or 13228510. OLE color: 13228510.

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

Color convert

RGB222217201-
CMYK00.020.090.13
HSL45.71º24.14%82.94%-
HSV(B)45.71º9.46%87.06%-
XYZ65.4869.3765.2-
YUV216.67119.16131.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 201 (78.91% from 255) = 31.41%
R=34.69%
G=33.91%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221720100.020.090.1345.7124.1482.94
HexDED9C9029D2e1853
Octal3363313110211155630123
Binary11011110110110011100100101010011101101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9C9; }

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

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

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

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

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

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

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

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