#DEDACC

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

Shades of Milk White #DEDACC

Tints of Milk White #DEDACC

Color information

#DEDACC (or 0xDEDACC) is unknown color: approx Milk White. HEX triplet: DE, DA and CC. RGB value is (222,218,204). Sum of RGB (Red+Green+Blue) = 222+218+204=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDACC is #212533. Grayscale: #D9D9D9. Windows color (decimal): -2172212 or 13425374. OLE color: 13425374.

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

Color convert

RGB222218204-
CMYK00.020.080.13
HSL46.67º21.43%83.53%-
HSV(B)46.67º8.11%87.06%-
XYZ66.0970.0367.16-
YUV217.6120.33131.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=34.47%
G=33.85%
B=31.68%

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
Decimal22221820400.020.080.1346.6721.4383.53
HexDEDACC028D2f1554
Octal3363323140210155725124
Binary11011110110110101100110001010001101101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDACC; }

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

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

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

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

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

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

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

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