Html Css Color HEX #DDD8C7 Milk White

📋 copy color: '#DDD8C7'

red 221 ◦ green 216 ◦ blue 199

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

Shades of Milk White #DDD8C7

Tints of Milk White #DDD8C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.29%

R = 34.75%
G = 33.96%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDD8C7 (or 0xDDD8C7) is known color: Milk White. HEX triplet: DD, D8 and C7. RGB value is (221,216,199). Sum of RGB (Red+Green+Blue) = 221+216+199=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8C7 is #222738. Grayscale: #D7D7D7. Windows color (decimal): -2238265 or 13097181. OLE color: 13097181.

HSL color Cylindrical-coordinate representation of color #DDD8C7: hue angle of 46.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD8C7 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 199 -
CMYK 0 0.02 0.10 0.13
HSL 46.36º 0.24% 0.82% -
HSV(B) 46.36º 0.1% 0.87% -
XYZ 64.68 68.61 63.87 -
YUV 215.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 221 216 199 0 0.02 0.10 0.13 46.36 0.24 0.82
Hex DD D8 C7 0 2 A D 2E 18 52
Octal 335 330 307 0 2 12 15 56 30 122
Binary 11011101 11011000 11000111 0 10 1010 1101 101110 11000 1010010

Color Harmonies of #DDD8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD8C7

Black with #DDD8C7

Text Example


Text Example

White with #DDD8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD8C7; }

 p { color: rgb(221,216,199); }

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

background-color css

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

 a { background-color: rgb(221,216,199); }

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

border-color css

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

 span { border-color: rgb(221,216,199); }

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