Shades of Prim #DEC7CE
Tints of Prim #DEC7CE
RGB
CMYK
RGB Variations
Color information
#DEC7CE (or 0xDEC7CE) is known color: Prim. HEX triplet: DE, C7 and CE. RGB value is (222,199,206). Sum of RGB (Red+Green+Blue) = 222+199+206=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7CE is #213831. Grayscale: #CECECE. Windows color (decimal): -2177074 or 13551582. OLE color: 13551582.
HSL color Cylindrical-coordinate representation of color #DEC7CE: hue angle of 341.74º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC7CE is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 206 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.13 |
| HSL | 341.74º | 0.26% | 0.83% | - |
| HSV(B) | 341.74º | 0.1% | 0.87% | - |
| XYZ | 61.69 | 60.83 | 66.88 | - |
| YUV | 206.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 206 | 0 | 0.10 | 0.07 | 0.13 | 341.74 | 0.26 | 0.83 |
| Hex | DE | C7 | CE | 0 | A | 7 | D | 156 | 1A | 53 |
| Octal | 336 | 307 | 316 | 0 | 12 | 7 | 15 | 526 | 32 | 123 |
| Binary | 11011110 | 11000111 | 11001110 | 0 | 1010 | 111 | 1101 | 101010110 | 11010 | 1010011 |
Color Harmonies of #DEC7CE
Complementary color
Monochromatic Colors of #DEC7CE
Black with #DEC7CE
Text Example
Text Example
White with #DEC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7CE; }
p { color: rgb(222,199,206); }
H1.HeaderClassName
{
color: #DEC7CE;
}
.AnyTagClassName
{
color: #DEC7CE;
}
</style>
background-color css
<style>
a { background-color: #DEC7CE; }
a { background-color: rgb(222,199,206); }
div.DivClassName
{
background-color: #DEC7CE;
}
.BgClassName
{
background-color: #DEC7CE;
}
</style>
border-color css
<style>
span { border-color: #DEC7CE; }
span { border-color: rgb(222,199,206); }
td.TdClassName
{
border-color: #DEC7CE;
}
.TagClassName
{
border-color: #DEC7CE;
}
</style>