Shades of Prim #DECACE
Tints of Prim #DECACE
RGB
CMYK
RGB Variations
Color information
#DECACE (or 0xDECACE) is known color: Prim. HEX triplet: DE, CA and CE. RGB value is (222,202,206). Sum of RGB (Red+Green+Blue) = 222+202+206=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DECACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECACE is #213531. Grayscale: #D0D0D0. Windows color (decimal): -2176306 or 13552350. OLE color: 13552350.
HSL color Cylindrical-coordinate representation of color #DECACE: hue angle of 348º degrees, saturation: 0.23, 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 #DECACE is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 206 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.13 |
| HSL | 348º | 0.23% | 0.83% | - |
| HSV(B) | 348º | 0.09% | 0.87% | - |
| XYZ | 62.39 | 62.23 | 67.12 | - |
| YUV | 208.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 206 | 0 | 0.09 | 0.07 | 0.13 | 348 | 0.23 | 0.83 |
| Hex | DE | CA | CE | 0 | 9 | 7 | D | 15C | 17 | 53 |
| Octal | 336 | 312 | 316 | 0 | 11 | 7 | 15 | 534 | 27 | 123 |
| Binary | 11011110 | 11001010 | 11001110 | 0 | 1001 | 111 | 1101 | 101011100 | 10111 | 1010011 |
Color Harmonies of #DECACE
Complementary color
Monochromatic Colors of #DECACE
Black with #DECACE
Text Example
Text Example
White with #DECACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECACE; }
p { color: rgb(222,202,206); }
H1.HeaderClassName
{
color: #DECACE;
}
.AnyTagClassName
{
color: #DECACE;
}
</style>
background-color css
<style>
a { background-color: #DECACE; }
a { background-color: rgb(222,202,206); }
div.DivClassName
{
background-color: #DECACE;
}
.BgClassName
{
background-color: #DECACE;
}
</style>
border-color css
<style>
span { border-color: #DECACE; }
span { border-color: rgb(222,202,206); }
td.TdClassName
{
border-color: #DECACE;
}
.TagClassName
{
border-color: #DECACE;
}
</style>