Html Css Color HEX #DCD8C8 Milk White

📋 copy color: '#DCD8C8'

red 220 ◦ green 216 ◦ blue 200

#DCD8C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milk White #DCD8C8

Tints of Milk White #DCD8C8

RGB

 RED value IS 220 (86.33% from 255) = 34.59%

 GREEN value IS 216 (84.77% from 255) = 33.96%

 BLUE value IS 200 (78.52% from 255) = 31.45%

R = 34.59%
G = 33.96%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCD8C8 (or 0xDCD8C8) is known color: Milk White. HEX triplet: DC, D8 and C8. RGB value is (220,216,200). Sum of RGB (Red+Green+Blue) = 220+216+200=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8C8 is #232737. Grayscale: #D7D7D7. Windows color (decimal): -2303800 or 13162716. OLE color: 13162716.

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

Color convert

RGB 220 216 200 -
CMYK 0 0.02 0.09 0.14
HSL 48º 0.22% 0.82% -
HSV(B) 48º 0.09% 0.86% -
XYZ 64.5 68.5 64.47 -
YUV 215.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 220 216 200 0 0.02 0.09 0.14 48 0.22 0.82
Hex DC D8 C8 0 2 9 E 30 16 52
Octal 334 330 310 0 2 11 16 60 26 122
Binary 11011100 11011000 11001000 0 10 1001 1110 110000 10110 1010010

Color Harmonies of #DCD8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8C8

Black with #DCD8C8

Text Example


Text Example

White with #DCD8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8C8; }

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

 H1.HeaderClassName
 {
   color: #DCD8C8;
 }
 .AnyTagClassName
 {
   color: #DCD8C8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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