Html Css Color HEX #DED9DD Snuff

📋 copy color: '#DED9DD'

red 222 ◦ green 217 ◦ blue 221

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

Shades of Snuff #DED9DD

Tints of Snuff #DED9DD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.88%

 BLUE value IS 221 (86.72% from 255) = 33.48%

R = 33.64%
G = 32.88%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DED9DD (or 0xDED9DD) is known color: Snuff. HEX triplet: DE, D9 and DD. RGB value is (222,217,221). Sum of RGB (Red+Green+Blue) = 222+217+221=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9DD is #212622. Grayscale: #DADADA. Windows color (decimal): -2172451 or 14539230. OLE color: 14539230.

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

Color convert

RGB 222 217 221 -
CMYK 0 0.02 0.00 0.13
HSL 312º 0.07% 0.86% -
HSV(B) 312º 0.02% 0.87% -
XYZ 67.99 70.38 78.41 -
YUV 218.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 222 217 221 0 0.02 0.00 0.13 312 0.07 0.86
Hex DE D9 DD 0 2 0 D 138 7 56
Octal 336 331 335 0 2 0 15 470 7 126
Binary 11011110 11011001 11011101 0 10 0 1101 100111000 111 1010110

Color Harmonies of #DED9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED9DD

Black with #DED9DD

Text Example


Text Example

White with #DED9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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