Html Css Color HEX #DED8DD Snuff

📋 copy color: '#DED8DD'

red 222 ◦ green 216 ◦ blue 221

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

Shades of Snuff #DED8DD

Tints of Snuff #DED8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.78%

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

R = 33.69%
G = 32.78%
B = 33.54%

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

#DED8DD (or 0xDED8DD) is known color: Snuff. HEX triplet: DE, D8 and DD. RGB value is (222,216,221). Sum of RGB (Red+Green+Blue) = 222+216+221=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8DD is #212722. Grayscale: #DADADA. Windows color (decimal): -2172707 or 14538974. OLE color: 14538974.

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

Color convert

RGB 222 216 221 -
CMYK 0 0.03 0.00 0.13
HSL 310º 0.08% 0.86% -
HSV(B) 310º 0.03% 0.87% -
XYZ 67.73 69.86 78.32 -
YUV 218.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 222 216 221 0 0.03 0.00 0.13 310 0.08 0.86
Hex DE D8 DD 0 3 0 D 136 8 56
Octal 336 330 335 0 3 0 15 466 10 126
Binary 11011110 11011000 11011101 0 11 0 1101 100110110 1000 1010110

Color Harmonies of #DED8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED8DD

Black with #DED8DD

Text Example


Text Example

White with #DED8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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