Html Css Color HEX #DDD2DC Snuff

📋 copy color: '#DDD2DC'

red 221 ◦ green 210 ◦ blue 220

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

Shades of Snuff #DDD2DC

Tints of Snuff #DDD2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.26%

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

R = 33.95%
G = 32.26%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDD2DC (or 0xDDD2DC) is known color: Snuff. HEX triplet: DD, D2 and DC. RGB value is (221,210,220). Sum of RGB (Red+Green+Blue) = 221+210+220=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2DC is #222D23. Grayscale: #D6D6D6. Windows color (decimal): -2239780 or 14471901. OLE color: 14471901.

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

Color convert

RGB 221 210 220 -
CMYK 0 0.05 0.00 0.13
HSL 305.45º 0.14% 0.85% -
HSV(B) 305.45º 0.05% 0.87% -
XYZ 65.78 66.63 77.1 -
YUV 214.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 221 210 220 0 0.05 0.00 0.13 305.45 0.14 0.85
Hex DD D2 DC 0 5 0 D 131 E 55
Octal 335 322 334 0 5 0 15 461 16 125
Binary 11011101 11010010 11011100 0 101 0 1101 100110001 1110 1010101

Color Harmonies of #DDD2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2DC

Black with #DDD2DC

Text Example


Text Example

White with #DDD2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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