Html Css Color HEX #DCD8C6 Milk White

📋 copy color: '#DCD8C6'

red 220 ◦ green 216 ◦ blue 198

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

Shades of Milk White #DCD8C6

Tints of Milk White #DCD8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.23%

R = 34.7%
G = 34.07%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DCD8C6 (or 0xDCD8C6) is known color: 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

RGB 220 216 198 -
CMYK 0 0.02 0.1 0.14
HSL 49.09º 0.24% 0.82% -
HSV(B) 49.09º 0.1% 0.86% -
XYZ 64.26 68.4 63.24 -
YUV 215.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 220 216 198 0 0.02 0.1 0.14 49.09 0.24 0.82
Hex DC D8 C6 0 2 A E 31 18 52
Octal 334 330 306 0 2 12 16 61 30 122
Binary 11011100 11011000 11000110 0 10 1010 1110 110001 11000 1010010

Color Harmonies of #DCD8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8C6

Black with #DCD8C6

Text Example


Text Example

White with #DCD8C6

Text Example


Text Example

HTML Codes & Css Web 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>