Shades of Prim #DEC9CE
Tints of Prim #DEC9CE
RGB
CMYK
RGB Variations
Color information
#DEC9CE (or 0xDEC9CE) is known color: Prim. HEX triplet: DE, C9 and CE. RGB value is (222,201,206). Sum of RGB (Red+Green+Blue) = 222+201+206=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9CE is #213631. Grayscale: #CFCFCF. Windows color (decimal): -2176562 or 13552094. OLE color: 13552094.
HSL color Cylindrical-coordinate representation of color #DEC9CE: hue angle of 345.71º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEC9CE is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 206 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.13 |
| HSL | 345.71º | 0.24% | 0.83% | - |
| HSV(B) | 345.71º | 0.09% | 0.87% | - |
| XYZ | 62.15 | 61.76 | 67.04 | - |
| YUV | 207.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 206 | 0 | 0.09 | 0.07 | 0.13 | 345.71 | 0.24 | 0.83 |
| Hex | DE | C9 | CE | 0 | 9 | 7 | D | 15A | 18 | 53 |
| Octal | 336 | 311 | 316 | 0 | 11 | 7 | 15 | 532 | 30 | 123 |
| Binary | 11011110 | 11001001 | 11001110 | 0 | 1001 | 111 | 1101 | 101011010 | 11000 | 1010011 |
Color Harmonies of #DEC9CE
Complementary color
Monochromatic Colors of #DEC9CE
Black with #DEC9CE
Text Example
Text Example
White with #DEC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9CE; }
p { color: rgb(222,201,206); }
H1.HeaderClassName
{
color: #DEC9CE;
}
.AnyTagClassName
{
color: #DEC9CE;
}
</style>
background-color css
<style>
a { background-color: #DEC9CE; }
a { background-color: rgb(222,201,206); }
div.DivClassName
{
background-color: #DEC9CE;
}
.BgClassName
{
background-color: #DEC9CE;
}
</style>
border-color css
<style>
span { border-color: #DEC9CE; }
span { border-color: rgb(222,201,206); }
td.TdClassName
{
border-color: #DEC9CE;
}
.TagClassName
{
border-color: #DEC9CE;
}
</style>