#DAD7CC

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

Shades of Milk White #DAD7CC

Tints of Milk White #DAD7CC

Color information

#DAD7CC (or 0xDAD7CC) is unknown color: approx Milk White. HEX triplet: DA, D7 and CC. RGB value is (218,215,204). Sum of RGB (Red+Green+Blue) = 218+215+204=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7CC is #252833. Grayscale: #D6D6D6. Windows color (decimal): -2435124 or 13424602. OLE color: 13424602.

HSL color Cylindrical-coordinate representation of color #DAD7CC: hue angle of 47.14º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAD7CC is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218215204-
CMYK00.010.060.15
HSL47.14º15.91%82.75%-
HSV(B)47.14º6.42%85.49%-
XYZ64.1167.8766.85-
YUV214.64121.99130.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=34.22%
G=33.75%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821520400.010.060.1547.1415.9182.75
HexDAD7CC016F2f1053
Octal332327314016175720123
Binary110110101101011111001100011101111101111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7CC; }

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

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

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

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

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

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

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

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