Html Css Color HEX #DCD8CB Milk White

📋 copy color: '#DCD8CB'

red 220 ◦ green 216 ◦ blue 203

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

Shades of Milk White #DCD8CB

Tints of Milk White #DCD8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.77%

R = 34.43%
G = 33.8%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCD8CB (or 0xDCD8CB) is known color: Milk White. HEX triplet: DC, D8 and CB. RGB value is (220,216,203). Sum of RGB (Red+Green+Blue) = 220+216+203=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8CB is #232734. Grayscale: #D7D7D7. Windows color (decimal): -2303797 or 13359324. OLE color: 13359324.

HSL color Cylindrical-coordinate representation of color #DCD8CB: hue angle of 45.88º 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 #DCD8CB is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 203 -
CMYK 0 0.02 0.08 0.14
HSL 45.88º 0.2% 0.83% -
HSV(B) 45.88º 0.08% 0.86% -
XYZ 64.85 68.64 66.33 -
YUV 215.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 220 216 203 0 0.02 0.08 0.14 45.88 0.2 0.83
Hex DC D8 CB 0 2 8 E 2E 14 53
Octal 334 330 313 0 2 10 16 56 24 123
Binary 11011100 11011000 11001011 0 10 1000 1110 101110 10100 1010011

Color Harmonies of #DCD8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8CB

Black with #DCD8CB

Text Example


Text Example

White with #DCD8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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