Shades of Snuff #DEC7E2
Tints of Snuff #DEC7E2
RGB
CMYK
RGB Variations
Color information
#DEC7E2 (or 0xDEC7E2) is known color: Snuff. HEX triplet: DE, C7 and E2. RGB value is (222,199,226). Sum of RGB (Red+Green+Blue) = 222+199+226=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEC7E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7E2 is #21381D. Grayscale: #D0D0D0. Windows color (decimal): -2177054 or 14862302. OLE color: 14862302.
HSL color Cylindrical-coordinate representation of color #DEC7E2: hue angle of 291.11º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC7E2 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 199 | 226 | - |
CMYK | 0.02 | 0.12 | 0 | 0.11 |
HSL | 291.11º | 0.32% | 0.83% | - |
HSV(B) | 291.11º | 0.12% | 0.89% | - |
XYZ | 64.28 | 61.87 | 80.51 | - |
YUV | 208.96 | 137.62 | 137.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 199 | 226 | 0.02 | 0.12 | 0 | 0.11 | 291.11 | 0.32 | 0.83 |
Hex | DE | C7 | E2 | 2 | C | 0 | B | 123 | 20 | 53 |
Octal | 336 | 307 | 342 | 2 | 14 | 0 | 13 | 443 | 40 | 123 |
Binary | 11011110 | 11000111 | 11100010 | 10 | 1100 | 0 | 1011 | 100100011 | 100000 | 1010011 |
Color Harmonies of #DEC7E2
Complementary color
Monochromatic Colors of #DEC7E2
Black with #DEC7E2
Text Example
Text Example
White with #DEC7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7E2; }
p { color: rgb(222,199,226); }
H1.HeaderClassName
{
color: #DEC7E2;
}
.AnyTagClassName
{
color: #DEC7E2;
}
</style>
background-color css
<style>
a { background-color: #DEC7E2; }
a { background-color: rgb(222,199,226); }
div.DivClassName
{
background-color: #DEC7E2;
}
.BgClassName
{
background-color: #DEC7E2;
}
</style>
border-color css
<style>
span { border-color: #DEC7E2; }
span { border-color: rgb(222,199,226); }
td.TdClassName
{
border-color: #DEC7E2;
}
.TagClassName
{
border-color: #DEC7E2;
}
</style>