#DAD8CB

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

Shades of Milk White #DAD8CB

Tints of Milk White #DAD8CB

Color information

#DAD8CB (or 0xDAD8CB) is unknown color: approx Milk White. HEX triplet: DA, D8 and CB. RGB value is (218,216,203). Sum of RGB (Red+Green+Blue) = 218+216+203=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8CB is #252734. Grayscale: #D7D7D7. Windows color (decimal): -2434869 or 13359322. OLE color: 13359322.

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

Color convert

RGB218216203-
CMYK00.010.070.15
HSL52º16.85%82.55%-
HSV(B)52º6.88%85.49%-
XYZ64.2568.3366.3-
YUV215.12121.16130.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=34.22%
G=33.91%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821620300.010.070.155216.8582.55
HexDAD8CB017F341153
Octal332330313017176421123
Binary110110101101100011001011011111111110100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8CB; }

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

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

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

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

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

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

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

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