#DCDAD0

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

Shades of Milk White #DCDAD0

Tints of Milk White #DCDAD0

Color information

#DCDAD0 (or 0xDCDAD0) is unknown color: approx Milk White. HEX triplet: DC, DA and D0. RGB value is (220,218,208). Sum of RGB (Red+Green+Blue) = 220+218+208=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAD0 is #23252F. Grayscale: #D9D9D9. Windows color (decimal): -2303280 or 13687516. OLE color: 13687516.

HSL color Cylindrical-coordinate representation of color #DCDAD0: hue angle of 50º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCDAD0 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220218208-
CMYK00.010.050.14
HSL50º14.63%83.92%-
HSV(B)50º5.45%86.27%-
XYZ65.9769.9169.69-
YUV217.46122.66129.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 208 (81.64% from 255) = 32.20%
R=34.06%
G=33.75%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021820800.010.050.145014.6383.92
HexDCDAD0015E32f54
Octal334332320015166217124
Binary11011100110110101101000001101111011001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAD0; }

 p { color: rgb(220,218,208); }

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

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

 a { background-color: rgb(220,218,208); }

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

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

 span { border-color: rgb(220,218,208); }

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