#DCD8C6

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

Shades of Milk White #DCD8C6

Tints of Milk White #DCD8C6

Color information

#DCD8C6 (or 0xDCD8C6) is unknown color: approx Milk White. HEX triplet: DC, D8 and C6. RGB value is (220,216,198). Sum of RGB (Red+Green+Blue) = 220+216+198=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8C6 is #232739. Grayscale: #D7D7D7. Windows color (decimal): -2303802 or 13031644. OLE color: 13031644.

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

Color convert

RGB220216198-
CMYK00.020.10.14
HSL49.09º23.91%81.96%-
HSV(B)49.09º10%86.27%-
XYZ64.2668.463.24-
YUV215.14118.33131.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 216 (84.77% from 255) = 34.07%
BLUE value IS 198 (77.73% from 255) = 31.23%
R=34.70%
G=34.07%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021619800.020.10.1449.0923.9181.96
HexDCD8C602AE311852
Octal3343303060212166130122
Binary11011100110110001100011001010101110110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8C6; }

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

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

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

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

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

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

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

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