#DAD7CB

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

Shades of Milk White #DAD7CB

Tints of Milk White #DAD7CB

Color information

#DAD7CB (or 0xDAD7CB) is unknown color: approx Milk White. HEX triplet: DA, D7 and CB. RGB value is (218,215,203). Sum of RGB (Red+Green+Blue) = 218+215+203=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7CB is #252834. Grayscale: #D6D6D6. Windows color (decimal): -2435125 or 13359066. OLE color: 13359066.

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

Color convert

RGB218215203-
CMYK00.010.070.15
HSL48º16.85%82.55%-
HSV(B)48º6.88%85.49%-
XYZ63.9967.8266.22-
YUV214.53121.49130.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 215 (84.38% from 255) = 33.81%
BLUE value IS 203 (79.69% from 255) = 31.92%
R=34.28%
G=33.81%
B=31.92%

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
Decimal21821520300.010.070.154816.8582.55
HexDAD7CB017F301153
Octal332327313017176021123
Binary110110101101011111001011011111111110000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7CB; }

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

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

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

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

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

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

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

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