Html Css Color HEX #DED7DD Snuff

📋 copy color: '#DED7DD'

red 222 ◦ green 215 ◦ blue 221

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

Shades of Snuff #DED7DD

Tints of Snuff #DED7DD

RGB

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

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

 BLUE value IS 221 (86.72% 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

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

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

Color convert

RGB 222 215 221 -
CMYK 0 0.03 0.00 0.13
HSL 308.57º 0.1% 0.86% -
HSV(B) 308.57º 0.03% 0.87% -
XYZ 67.48 69.35 78.24 -
YUV 217.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 222 215 221 0 0.03 0.00 0.13 308.57 0.1 0.86
Hex DE D7 DD 0 3 0 D 135 A 56
Octal 336 327 335 0 3 0 15 465 12 126
Binary 11011110 11010111 11011101 0 11 0 1101 100110101 1010 1010110

Color Harmonies of #DED7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED7DD

Black with #DED7DD

Text Example


Text Example

White with #DED7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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