Html Css Color HEX #DED9DE Snuff

📋 copy color: '#DED9DE'

red 222 ◦ green 217 ◦ blue 222

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

Shades of Snuff #DED9DE

Tints of Snuff #DED9DE

RGB

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

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

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

R = 33.59%
G = 32.83%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DED9DE (or 0xDED9DE) is known color: Snuff. HEX triplet: DE, D9 and DE. RGB value is (222,217,222). Sum of RGB (Red+Green+Blue) = 222+217+222=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DED9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9DE is #212621. Grayscale: #DBDBDB. Windows color (decimal): -2172450 or 14604766. OLE color: 14604766.

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

Color convert

RGB 222 217 222 -
CMYK 0 0.02 0 0.13
HSL 300º 0.07% 0.86% -
HSV(B) 300º 0.02% 0.87% -
XYZ 68.12 70.43 79.11 -
YUV 219.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 222 217 222 0 0.02 0 0.13 300 0.07 0.86
Hex DE D9 DE 0 2 0 D 12C 7 56
Octal 336 331 336 0 2 0 15 454 7 126
Binary 11011110 11011001 11011110 0 10 0 1101 100101100 111 1010110

Color Harmonies of #DED9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED9DE

Black with #DED9DE

Text Example


Text Example

White with #DED9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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