Html Css Color HEX #DED4DD Snuff

📋 copy color: '#DED4DD'

red 222 ◦ green 212 ◦ blue 221

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

Shades of Snuff #DED4DD

Tints of Snuff #DED4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.37%

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

R = 33.89%
G = 32.37%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DED4DD (or 0xDED4DD) is known color: Snuff. HEX triplet: DE, D4 and DD. RGB value is (222,212,221). Sum of RGB (Red+Green+Blue) = 222+212+221=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4DD is #212B22. Grayscale: #D7D7D7. Windows color (decimal): -2173731 or 14537950. OLE color: 14537950.

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

Color convert

RGB 222 212 221 -
CMYK 0 0.05 0.00 0.13
HSL 306º 0.13% 0.85% -
HSV(B) 306º 0.05% 0.87% -
XYZ 66.72 67.84 77.98 -
YUV 216.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 222 212 221 0 0.05 0.00 0.13 306 0.13 0.85
Hex DE D4 DD 0 5 0 D 132 D 55
Octal 336 324 335 0 5 0 15 462 15 125
Binary 11011110 11010100 11011101 0 101 0 1101 100110010 1101 1010101

Color Harmonies of #DED4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED4DD

Black with #DED4DD

Text Example


Text Example

White with #DED4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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