#DCD8CA

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

Shades of Milk White #DCD8CA

Tints of Milk White #DCD8CA

Color information

#DCD8CA (or 0xDCD8CA) is unknown color: approx Milk White. HEX triplet: DC, D8 and CA. RGB value is (220,216,202). Sum of RGB (Red+Green+Blue) = 220+216+202=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8CA is #232735. Grayscale: #D7D7D7. Windows color (decimal): -2303798 or 13293788. OLE color: 13293788.

HSL color Cylindrical-coordinate representation of color #DCD8CA: hue angle of 46.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD8CA is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220216202-
CMYK00.020.080.14
HSL46.67º20.45%82.75%-
HSV(B)46.67º8.18%86.27%-
XYZ64.7368.5965.7-
YUV215.6120.33131.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 216 (84.77% from 255) = 33.86%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=34.48%
G=33.86%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021620200.020.080.1446.6720.4582.75
HexDCD8CA028E2f1453
Octal3343303120210165724123
Binary11011100110110001100101001010001110101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8CA; }

 p { color: rgb(220,216,202); }

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

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

 a { background-color: rgb(220,216,202); }

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

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

 span { border-color: rgb(220,216,202); }

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