Shades of Prim #DEC5CE
Tints of Prim #DEC5CE
RGB
CMYK
RGB Variations
Color information
#DEC5CE (or 0xDEC5CE) is known color: Prim. HEX triplet: DE, C5 and CE. RGB value is (222,197,206). Sum of RGB (Red+Green+Blue) = 222+197+206=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5CE is #213A31. Grayscale: #CDCDCD. Windows color (decimal): -2177586 or 13551070. OLE color: 13551070.
HSL color Cylindrical-coordinate representation of color #DEC5CE: hue angle of 338.4º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEC5CE is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 206 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.13 |
| HSL | 338.4º | 0.27% | 0.82% | - |
| HSV(B) | 338.4º | 0.11% | 0.87% | - |
| XYZ | 61.23 | 59.92 | 66.73 | - |
| YUV | 205.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 206 | 0 | 0.11 | 0.07 | 0.13 | 338.4 | 0.27 | 0.82 |
| Hex | DE | C5 | CE | 0 | B | 7 | D | 152 | 1B | 52 |
| Octal | 336 | 305 | 316 | 0 | 13 | 7 | 15 | 522 | 33 | 122 |
| Binary | 11011110 | 11000101 | 11001110 | 0 | 1011 | 111 | 1101 | 101010010 | 11011 | 1010010 |
Color Harmonies of #DEC5CE
Complementary color
Monochromatic Colors of #DEC5CE
Black with #DEC5CE
Text Example
Text Example
White with #DEC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5CE; }
p { color: rgb(222,197,206); }
H1.HeaderClassName
{
color: #DEC5CE;
}
.AnyTagClassName
{
color: #DEC5CE;
}
</style>
background-color css
<style>
a { background-color: #DEC5CE; }
a { background-color: rgb(222,197,206); }
div.DivClassName
{
background-color: #DEC5CE;
}
.BgClassName
{
background-color: #DEC5CE;
}
</style>
border-color css
<style>
span { border-color: #DEC5CE; }
span { border-color: rgb(222,197,206); }
td.TdClassName
{
border-color: #DEC5CE;
}
.TagClassName
{
border-color: #DEC5CE;
}
</style>