Html Css Color HEX #DDD6DC Snuff

📋 copy color: '#DDD6DC'

red 221 ◦ green 214 ◦ blue 220

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

Shades of Snuff #DDD6DC

Tints of Snuff #DDD6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.67%

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

R = 33.74%
G = 32.67%
B = 33.59%

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

#DDD6DC (or 0xDDD6DC) is known color: Snuff. HEX triplet: DD, D6 and DC. RGB value is (221,214,220). Sum of RGB (Red+Green+Blue) = 221+214+220=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6DC is #222923. Grayscale: #D8D8D8. Windows color (decimal): -2238756 or 14472925. OLE color: 14472925.

HSL color Cylindrical-coordinate representation of color #DDD6DC: hue angle of 308.57º degrees, saturation: 0.09, 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 #DDD6DC is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 220 -
CMYK 0 0.03 0.00 0.13
HSL 308.57º 0.09% 0.85% -
HSV(B) 308.57º 0.03% 0.87% -
XYZ 66.78 68.63 77.44 -
YUV 216.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 221 214 220 0 0.03 0.00 0.13 308.57 0.09 0.85
Hex DD D6 DC 0 3 0 D 135 9 55
Octal 335 326 334 0 3 0 15 465 11 125
Binary 11011101 11010110 11011100 0 11 0 1101 100110101 1001 1010101

Color Harmonies of #DDD6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6DC

Black with #DDD6DC

Text Example


Text Example

White with #DDD6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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