Html Css Color HEX #DED1DD Snuff

📋 copy color: '#DED1DD'

red 222 ◦ green 209 ◦ blue 221

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

Shades of Snuff #DED1DD

Tints of Snuff #DED1DD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.06%

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

R = 34.05%
G = 32.06%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DED1DD (or 0xDED1DD) is known color: Snuff. HEX triplet: DE, D1 and DD. RGB value is (222,209,221). Sum of RGB (Red+Green+Blue) = 222+209+221=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1DD is #212E22. Grayscale: #D6D6D6. Windows color (decimal): -2174499 or 14537182. OLE color: 14537182.

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

Color convert

RGB 222 209 221 -
CMYK 0 0.06 0.00 0.13
HSL 304.62º 0.16% 0.85% -
HSV(B) 304.62º 0.06% 0.87% -
XYZ 65.98 66.35 77.74 -
YUV 214.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 222 209 221 0 0.06 0.00 0.13 304.62 0.16 0.85
Hex DE D1 DD 0 6 0 D 131 10 55
Octal 336 321 335 0 6 0 15 461 20 125
Binary 11011110 11010001 11011101 0 110 0 1101 100110001 10000 1010101

Color Harmonies of #DED1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED1DD

Black with #DED1DD

Text Example


Text Example

White with #DED1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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