Shades of Prim #D8CACC
Tints of Prim #D8CACC
RGB
CMYK
RGB Variations
Color information
#D8CACC (or 0xD8CACC) is known color: Prim. HEX triplet: D8, CA and CC. RGB value is (216,202,204). Sum of RGB (Red+Green+Blue) = 216+202+204=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CACC is #273533. Grayscale: #CECECE. Windows color (decimal): -2569524 or 13421272. OLE color: 13421272.
HSL color Cylindrical-coordinate representation of color #D8CACC: hue angle of 351.43º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CACC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 204 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.15 |
| HSL | 351.43º | 0.15% | 0.82% | - |
| HSV(B) | 351.43º | 0.06% | 0.85% | - |
| XYZ | 60.34 | 61.2 | 65.76 | - |
| YUV | 206.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 204 | 0 | 0.06 | 0.06 | 0.15 | 351.43 | 0.15 | 0.82 |
| Hex | D8 | CA | CC | 0 | 6 | 6 | F | 15F | F | 52 |
| Octal | 330 | 312 | 314 | 0 | 6 | 6 | 17 | 537 | 17 | 122 |
| Binary | 11011000 | 11001010 | 11001100 | 0 | 110 | 110 | 1111 | 101011111 | 1111 | 1010010 |
Color Harmonies of #D8CACC
Complementary color
Monochromatic Colors of #D8CACC
Black with #D8CACC
Text Example
Text Example
White with #D8CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CACC; }
p { color: rgb(216,202,204); }
H1.HeaderClassName
{
color: #D8CACC;
}
.AnyTagClassName
{
color: #D8CACC;
}
</style>
background-color css
<style>
a { background-color: #D8CACC; }
a { background-color: rgb(216,202,204); }
div.DivClassName
{
background-color: #D8CACC;
}
.BgClassName
{
background-color: #D8CACC;
}
</style>
border-color css
<style>
span { border-color: #D8CACC; }
span { border-color: rgb(216,202,204); }
td.TdClassName
{
border-color: #D8CACC;
}
.TagClassName
{
border-color: #D8CACC;
}
</style>