Shades of Prim #DEC5CC
Tints of Prim #DEC5CC
RGB
CMYK
RGB Variations
Color information
#DEC5CC (or 0xDEC5CC) is known color: Prim. HEX triplet: DE, C5 and CC. RGB value is (222,197,204). Sum of RGB (Red+Green+Blue) = 222+197+204=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5CC is #213A33. Grayscale: #CDCDCD. Windows color (decimal): -2177588 or 13419998. OLE color: 13419998.
HSL color Cylindrical-coordinate representation of color #DEC5CC: hue angle of 343.2º 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 #DEC5CC is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 204 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.13 |
| HSL | 343.2º | 0.27% | 0.82% | - |
| HSV(B) | 343.2º | 0.11% | 0.87% | - |
| XYZ | 60.99 | 59.82 | 65.46 | - |
| YUV | 205.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 204 | 0 | 0.11 | 0.08 | 0.13 | 343.2 | 0.27 | 0.82 |
| Hex | DE | C5 | CC | 0 | B | 8 | D | 157 | 1B | 52 |
| Octal | 336 | 305 | 314 | 0 | 13 | 10 | 15 | 527 | 33 | 122 |
| Binary | 11011110 | 11000101 | 11001100 | 0 | 1011 | 1000 | 1101 | 101010111 | 11011 | 1010010 |
Color Harmonies of #DEC5CC
Complementary color
Monochromatic Colors of #DEC5CC
Black with #DEC5CC
Text Example
Text Example
White with #DEC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5CC; }
p { color: rgb(222,197,204); }
H1.HeaderClassName
{
color: #DEC5CC;
}
.AnyTagClassName
{
color: #DEC5CC;
}
</style>
background-color css
<style>
a { background-color: #DEC5CC; }
a { background-color: rgb(222,197,204); }
div.DivClassName
{
background-color: #DEC5CC;
}
.BgClassName
{
background-color: #DEC5CC;
}
</style>
border-color css
<style>
span { border-color: #DEC5CC; }
span { border-color: rgb(222,197,204); }
td.TdClassName
{
border-color: #DEC5CC;
}
.TagClassName
{
border-color: #DEC5CC;
}
</style>