Shades of Prim #DEC7CC
Tints of Prim #DEC7CC
RGB
CMYK
RGB Variations
Color information
#DEC7CC (or 0xDEC7CC) is known color: Prim. HEX triplet: DE, C7 and CC. RGB value is (222,199,204). Sum of RGB (Red+Green+Blue) = 222+199+204=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7CC is #213833. Grayscale: #CECECE. Windows color (decimal): -2177076 or 13420510. OLE color: 13420510.
HSL color Cylindrical-coordinate representation of color #DEC7CC: hue angle of 346.96º 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 #DEC7CC is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 204 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.13 |
| HSL | 346.96º | 0.26% | 0.83% | - |
| HSV(B) | 346.96º | 0.1% | 0.87% | - |
| XYZ | 61.45 | 60.74 | 65.61 | - |
| YUV | 206.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 204 | 0 | 0.10 | 0.08 | 0.13 | 346.96 | 0.26 | 0.83 |
| Hex | DE | C7 | CC | 0 | A | 8 | D | 15B | 1A | 53 |
| Octal | 336 | 307 | 314 | 0 | 12 | 10 | 15 | 533 | 32 | 123 |
| Binary | 11011110 | 11000111 | 11001100 | 0 | 1010 | 1000 | 1101 | 101011011 | 11010 | 1010011 |
Color Harmonies of #DEC7CC
Complementary color
Monochromatic Colors of #DEC7CC
Black with #DEC7CC
Text Example
Text Example
White with #DEC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7CC; }
p { color: rgb(222,199,204); }
H1.HeaderClassName
{
color: #DEC7CC;
}
.AnyTagClassName
{
color: #DEC7CC;
}
</style>
background-color css
<style>
a { background-color: #DEC7CC; }
a { background-color: rgb(222,199,204); }
div.DivClassName
{
background-color: #DEC7CC;
}
.BgClassName
{
background-color: #DEC7CC;
}
</style>
border-color css
<style>
span { border-color: #DEC7CC; }
span { border-color: rgb(222,199,204); }
td.TdClassName
{
border-color: #DEC7CC;
}
.TagClassName
{
border-color: #DEC7CC;
}
</style>