#DAD8CE

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

Shades of Milk White #DAD8CE

Tints of Milk White #DAD8CE

Color information

#DAD8CE (or 0xDAD8CE) is unknown color: approx Milk White. HEX triplet: DA, D8 and CE. RGB value is (218,216,206). Sum of RGB (Red+Green+Blue) = 218+216+206=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8CE is #252731. Grayscale: #D7D7D7. Windows color (decimal): -2434866 or 13555930. OLE color: 13555930.

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

Color convert

RGB218216206-
CMYK00.010.060.15
HSL50º13.95%83.14%-
HSV(B)50º5.5%85.49%-
XYZ64.6168.4768.2-
YUV215.46122.66129.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 216 (84.77% from 255) = 33.75%
BLUE value IS 206 (80.86% from 255) = 32.19%
R=34.06%
G=33.75%
B=32.19%

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
Decimal21821620600.010.060.155013.9583.14
HexDAD8CE016F32e53
Octal332330316016176216123
Binary11011010110110001100111001110111111001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8CE; }

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

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

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

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

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

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

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

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