Shades of Prim #D5CACC
Tints of Prim #D5CACC
RGB
CMYK
RGB Variations
Color information
#D5CACC (or 0xD5CACC) is known color: Prim. HEX triplet: D5, CA and CC. RGB value is (213,202,204). Sum of RGB (Red+Green+Blue) = 213+202+204=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CACC is #2A3533. Grayscale: #CDCDCD. Windows color (decimal): -2766132 or 13421269. OLE color: 13421269.
HSL color Cylindrical-coordinate representation of color #D5CACC: hue angle of 349.09º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5CACC is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 202 | 204 | - |
CMYK | 0 | 0.05 | 0.04 | 0.16 |
HSL | 349.09º | 0.12% | 0.81% | - |
HSV(B) | 349.09º | 0.05% | 0.84% | - |
XYZ | 59.46 | 60.75 | 65.72 | - |
YUV | 205.52 | 127.14 | 133.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 202 | 204 | 0 | 0.05 | 0.04 | 0.16 | 349.09 | 0.12 | 0.81 |
Hex | D5 | CA | CC | 0 | 5 | 4 | 10 | 15D | C | 51 |
Octal | 325 | 312 | 314 | 0 | 5 | 4 | 20 | 535 | 14 | 121 |
Binary | 11010101 | 11001010 | 11001100 | 0 | 101 | 100 | 10000 | 101011101 | 1100 | 1010001 |
Color Harmonies of #D5CACC
Complementary color
Monochromatic Colors of #D5CACC
Black with #D5CACC
Text Example
Text Example
White with #D5CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CACC; }
p { color: rgb(213,202,204); }
H1.HeaderClassName
{
color: #D5CACC;
}
.AnyTagClassName
{
color: #D5CACC;
}
</style>
background-color css
<style>
a { background-color: #D5CACC; }
a { background-color: rgb(213,202,204); }
div.DivClassName
{
background-color: #D5CACC;
}
.BgClassName
{
background-color: #D5CACC;
}
</style>
border-color css
<style>
span { border-color: #D5CACC; }
span { border-color: rgb(213,202,204); }
td.TdClassName
{
border-color: #D5CACC;
}
.TagClassName
{
border-color: #D5CACC;
}
</style>