Shades of Prim #D4CACC
Tints of Prim #D4CACC
RGB
CMYK
RGB Variations
Color information
#D4CACC (or 0xD4CACC) is known color: Prim. HEX triplet: D4, CA and CC. RGB value is (212,202,204). Sum of RGB (Red+Green+Blue) = 212+202+204=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CACC is #2B3533. Grayscale: #CDCDCD. Windows color (decimal): -2831668 or 13421268. OLE color: 13421268.
HSL color Cylindrical-coordinate representation of color #D4CACC: hue angle of 348º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4CACC is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 202 | 204 | - |
CMYK | 0 | 0.05 | 0.04 | 0.17 |
HSL | 348º | 0.1% | 0.81% | - |
HSV(B) | 348º | 0.05% | 0.83% | - |
XYZ | 59.17 | 60.6 | 65.7 | - |
YUV | 205.22 | 127.31 | 132.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 202 | 204 | 0 | 0.05 | 0.04 | 0.17 | 348 | 0.1 | 0.81 |
Hex | D4 | CA | CC | 0 | 5 | 4 | 11 | 15C | A | 51 |
Octal | 324 | 312 | 314 | 0 | 5 | 4 | 21 | 534 | 12 | 121 |
Binary | 11010100 | 11001010 | 11001100 | 0 | 101 | 100 | 10001 | 101011100 | 1010 | 1010001 |
Color Harmonies of #D4CACC
Complementary color
Monochromatic Colors of #D4CACC
Black with #D4CACC
Text Example
Text Example
White with #D4CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CACC; }
p { color: rgb(212,202,204); }
H1.HeaderClassName
{
color: #D4CACC;
}
.AnyTagClassName
{
color: #D4CACC;
}
</style>
background-color css
<style>
a { background-color: #D4CACC; }
a { background-color: rgb(212,202,204); }
div.DivClassName
{
background-color: #D4CACC;
}
.BgClassName
{
background-color: #D4CACC;
}
</style>
border-color css
<style>
span { border-color: #D4CACC; }
span { border-color: rgb(212,202,204); }
td.TdClassName
{
border-color: #D4CACC;
}
.TagClassName
{
border-color: #D4CACC;
}
</style>