Html Css Color HEX #DDD9CC Milk White

📋 copy color: '#DDD9CC'

red 221 ◦ green 217 ◦ blue 204

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

Shades of Milk White #DDD9CC

Tints of Milk White #DDD9CC

RGB

 RED value IS 221 (86.72% from 255) = 34.42%

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

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

R = 34.42%
G = 33.8%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDD9CC (or 0xDDD9CC) is known color: Milk White. HEX triplet: DD, D9 and CC. RGB value is (221,217,204). Sum of RGB (Red+Green+Blue) = 221+217+204=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9CC is #222633. Grayscale: #D8D8D8. Windows color (decimal): -2238004 or 13425117. OLE color: 13425117.

HSL color Cylindrical-coordinate representation of color #DDD9CC: hue angle of 45.88º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD9CC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 204 -
CMYK 0 0.02 0.08 0.13
HSL 45.88º 0.2% 0.83% -
HSV(B) 45.88º 0.08% 0.87% -
XYZ 65.53 69.36 67.06 -
YUV 216.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 221 217 204 0 0.02 0.08 0.13 45.88 0.2 0.83
Hex DD D9 CC 0 2 8 D 2E 14 53
Octal 335 331 314 0 2 10 15 56 24 123
Binary 11011101 11011001 11001100 0 10 1000 1101 101110 10100 1010011

Color Harmonies of #DDD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD9CC

Black with #DDD9CC

Text Example


Text Example

White with #DDD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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