#DAD8CD

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

Shades of Milk White #DAD8CD

Tints of Milk White #DAD8CD

Color information

#DAD8CD (or 0xDAD8CD) is unknown color: approx Milk White. HEX triplet: DA, D8 and CD. RGB value is (218,216,205). Sum of RGB (Red+Green+Blue) = 218+216+205=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8CD is #252732. Grayscale: #D7D7D7. Windows color (decimal): -2434867 or 13490394. OLE color: 13490394.

HSL color Cylindrical-coordinate representation of color #DAD8CD: hue angle of 50.77º degrees, saturation: 0.15, 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 #DAD8CD is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218216205-
CMYK00.010.060.15
HSL50.77º14.94%82.94%-
HSV(B)50.77º5.96%85.49%-
XYZ64.4968.4267.57-
YUV215.34122.16129.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=34.12%
G=33.80%
B=32.08%

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
Decimal21821620500.010.060.1550.7714.9482.94
HexDAD8CD016F33f53
Octal332330315016176317123
Binary11011010110110001100110101110111111001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8CD; }

 p { color: rgb(218,216,205); }

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

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

 a { background-color: rgb(218,216,205); }

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

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

 span { border-color: rgb(218,216,205); }

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