Html Css Color HEX #DDD7DC Snuff

📋 copy color: '#DDD7DC'

red 221 ◦ green 215 ◦ blue 220

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

Shades of Snuff #DDD7DC

Tints of Snuff #DDD7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.77%

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 33.69%
G = 32.77%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDD7DC (or 0xDDD7DC) is known color: Snuff. HEX triplet: DD, D7 and DC. RGB value is (221,215,220). Sum of RGB (Red+Green+Blue) = 221+215+220=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7DC is #222823. Grayscale: #D9D9D9. Windows color (decimal): -2238500 or 14473181. OLE color: 14473181.

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

Color convert

RGB 221 215 220 -
CMYK 0 0.03 0.00 0.13
HSL 310º 0.08% 0.85% -
HSV(B) 310º 0.03% 0.87% -
XYZ 67.04 69.14 77.52 -
YUV 217.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 221 215 220 0 0.03 0.00 0.13 310 0.08 0.85
Hex DD D7 DC 0 3 0 D 136 8 55
Octal 335 327 334 0 3 0 15 466 10 125
Binary 11011101 11010111 11011100 0 11 0 1101 100110110 1000 1010101

Color Harmonies of #DDD7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7DC

Black with #DDD7DC

Text Example


Text Example

White with #DDD7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7DC; }

 p { color: rgb(221,215,220); }

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

background-color css

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

 a { background-color: rgb(221,215,220); }

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

border-color css

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

 span { border-color: rgb(221,215,220); }

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