Html Css Color HEX #DCD9CC Milk White

📋 copy color: '#DCD9CC'

red 220 ◦ green 217 ◦ blue 204

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

Shades of Milk White #DCD9CC

Tints of Milk White #DCD9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.85%

 BLUE value IS 204 (80.08% from 255) = 31.83%

R = 34.32%
G = 33.85%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCD9CC (or 0xDCD9CC) is known color: Milk White. HEX triplet: DC, D9 and CC. RGB value is (220,217,204). Sum of RGB (Red+Green+Blue) = 220+217+204=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9CC is #232633. Grayscale: #D8D8D8. Windows color (decimal): -2303540 or 13425116. OLE color: 13425116.

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

Color convert

RGB 220 217 204 -
CMYK 0 0.01 0.07 0.14
HSL 48.75º 0.19% 0.83% -
HSV(B) 48.75º 0.07% 0.86% -
XYZ 65.23 69.2 67.05 -
YUV 216.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 220 217 204 0 0.01 0.07 0.14 48.75 0.19 0.83
Hex DC D9 CC 0 1 7 E 31 13 53
Octal 334 331 314 0 1 7 16 61 23 123
Binary 11011100 11011001 11001100 0 1 111 1110 110001 10011 1010011

Color Harmonies of #DCD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9CC

Black with #DCD9CC

Text Example


Text Example

White with #DCD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9CC; }

 p { color: rgb(220,217,204); }

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

background-color css

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

 a { background-color: rgb(220,217,204); }

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

border-color css

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

 span { border-color: rgb(220,217,204); }

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