Html Css Color HEX #DDD7DE Snuff

📋 copy color: '#DDD7DE'

red 221 ◦ green 215 ◦ blue 222

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

Shades of Snuff #DDD7DE

Tints of Snuff #DDD7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.74%

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

CMYK

 C value IS 0.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDD7DE (or 0xDDD7DE) is known color: Snuff. HEX triplet: DD, D7 and DE. RGB value is (221,215,222). Sum of RGB (Red+Green+Blue) = 221+215+222=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDD7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7DE is #222821. Grayscale: #D9D9D9. Windows color (decimal): -2238498 or 14604253. OLE color: 14604253.

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

Color convert

RGB 221 215 222 -
CMYK 0.00 0.03 0 0.13
HSL 291.43º 0.1% 0.86% -
HSV(B) 291.43º 0.03% 0.87% -
XYZ 67.3 69.25 78.93 -
YUV 217.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 221 215 222 0.00 0.03 0 0.13 291.43 0.1 0.86
Hex DD D7 DE 0 3 0 D 123 A 56
Octal 335 327 336 0 3 0 15 443 12 126
Binary 11011101 11010111 11011110 0 11 0 1101 100100011 1010 1010110

Color Harmonies of #DDD7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7DE

Black with #DDD7DE

Text Example


Text Example

White with #DDD7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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