#DAD7C7

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

Shades of Milk White #DAD7C7

Tints of Milk White #DAD7C7

Color information

#DAD7C7 (or 0xDAD7C7) is unknown color: approx Milk White. HEX triplet: DA, D7 and C7. RGB value is (218,215,199). Sum of RGB (Red+Green+Blue) = 218+215+199=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7C7 is #252838. Grayscale: #D6D6D6. Windows color (decimal): -2435129 or 13096922. OLE color: 13096922.

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

Color convert

RGB218215199-
CMYK00.010.090.15
HSL50.53º20.43%81.76%-
HSV(B)50.53º8.72%85.49%-
XYZ63.5267.6363.74-
YUV214.07119.49130.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 215 (84.38% from 255) = 34.02%
BLUE value IS 199 (78.12% from 255) = 31.49%
R=34.49%
G=34.02%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821519900.010.090.1550.5320.4381.76
HexDAD7C7019F331452
Octal3323273070111176324122
Binary1101101011010111110001110110011111110011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7C7; }

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

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

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

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

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

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

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

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