Html Css Color HEX #DDD9CA Milk White

📋 copy color: '#DDD9CA'

red 221 ◦ green 217 ◦ blue 202

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

Shades of Milk White #DDD9CA

Tints of Milk White #DDD9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.56%

R = 34.53%
G = 33.91%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDD9CA (or 0xDDD9CA) is known color: Milk White. HEX triplet: DD, D9 and CA. RGB value is (221,217,202). Sum of RGB (Red+Green+Blue) = 221+217+202=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9CA is #222635. Grayscale: #D8D8D8. Windows color (decimal): -2238006 or 13294045. OLE color: 13294045.

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

Color convert

RGB 221 217 202 -
CMYK 0 0.02 0.09 0.13
HSL 47.37º 0.22% 0.83% -
HSV(B) 47.37º 0.09% 0.87% -
XYZ 65.29 69.26 65.8 -
YUV 216.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 221 217 202 0 0.02 0.09 0.13 47.37 0.22 0.83
Hex DD D9 CA 0 2 9 D 2F 16 53
Octal 335 331 312 0 2 11 15 57 26 123
Binary 11011101 11011001 11001010 0 10 1001 1101 101111 10110 1010011

Color Harmonies of #DDD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD9CA

Black with #DDD9CA

Text Example


Text Example

White with #DDD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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