Shades of Snuff #DEC9E2
Tints of Snuff #DEC9E2
RGB
CMYK
RGB Variations
Color information
#DEC9E2 (or 0xDEC9E2) is known color: Snuff. HEX triplet: DE, C9 and E2. RGB value is (222,201,226). Sum of RGB (Red+Green+Blue) = 222+201+226=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 201 (78.91% from 255 or 30.97% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEC9E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9E2 is #21361D. Grayscale: #D2D2D2. Windows color (decimal): -2176542 or 14862814. OLE color: 14862814.
HSL color Cylindrical-coordinate representation of color #DEC9E2: hue angle of 290.4º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEC9E2 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 201 | 226 | - |
CMYK | 0.02 | 0.11 | 0 | 0.11 |
HSL | 290.4º | 0.3% | 0.84% | - |
HSV(B) | 290.4º | 0.11% | 0.89% | - |
XYZ | 64.74 | 62.79 | 80.66 | - |
YUV | 210.13 | 136.96 | 136.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 201 | 226 | 0.02 | 0.11 | 0 | 0.11 | 290.4 | 0.3 | 0.84 |
Hex | DE | C9 | E2 | 2 | B | 0 | B | 122 | 1E | 54 |
Octal | 336 | 311 | 342 | 2 | 13 | 0 | 13 | 442 | 36 | 124 |
Binary | 11011110 | 11001001 | 11100010 | 10 | 1011 | 0 | 1011 | 100100010 | 11110 | 1010100 |
Color Harmonies of #DEC9E2
Complementary color
Monochromatic Colors of #DEC9E2
Black with #DEC9E2
Text Example
Text Example
White with #DEC9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9E2; }
p { color: rgb(222,201,226); }
H1.HeaderClassName
{
color: #DEC9E2;
}
.AnyTagClassName
{
color: #DEC9E2;
}
</style>
background-color css
<style>
a { background-color: #DEC9E2; }
a { background-color: rgb(222,201,226); }
div.DivClassName
{
background-color: #DEC9E2;
}
.BgClassName
{
background-color: #DEC9E2;
}
</style>
border-color css
<style>
span { border-color: #DEC9E2; }
span { border-color: rgb(222,201,226); }
td.TdClassName
{
border-color: #DEC9E2;
}
.TagClassName
{
border-color: #DEC9E2;
}
</style>