Shades of Prim #D4CACD
Tints of Prim #D4CACD
RGB
CMYK
RGB Variations
Color information
#D4CACD (or 0xD4CACD) is known color: Prim. HEX triplet: D4, CA and CD. RGB value is (212,202,205). Sum of RGB (Red+Green+Blue) = 212+202+205=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CACD is #2B3532. Grayscale: #CDCDCD. Windows color (decimal): -2831667 or 13486804. OLE color: 13486804.
HSL color Cylindrical-coordinate representation of color #D4CACD: hue angle of 342º 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 #D4CACD is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 202 | 205 | - |
CMYK | 0 | 0.05 | 0.03 | 0.17 |
HSL | 342º | 0.1% | 0.81% | - |
HSV(B) | 342º | 0.05% | 0.83% | - |
XYZ | 59.29 | 60.65 | 66.34 | - |
YUV | 205.33 | 127.81 | 132.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 202 | 205 | 0 | 0.05 | 0.03 | 0.17 | 342 | 0.1 | 0.81 |
Hex | D4 | CA | CD | 0 | 5 | 3 | 11 | 156 | A | 51 |
Octal | 324 | 312 | 315 | 0 | 5 | 3 | 21 | 526 | 12 | 121 |
Binary | 11010100 | 11001010 | 11001101 | 0 | 101 | 11 | 10001 | 101010110 | 1010 | 1010001 |
Color Harmonies of #D4CACD
Complementary color
Monochromatic Colors of #D4CACD
Black with #D4CACD
Text Example
Text Example
White with #D4CACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CACD; }
p { color: rgb(212,202,205); }
H1.HeaderClassName
{
color: #D4CACD;
}
.AnyTagClassName
{
color: #D4CACD;
}
</style>
background-color css
<style>
a { background-color: #D4CACD; }
a { background-color: rgb(212,202,205); }
div.DivClassName
{
background-color: #D4CACD;
}
.BgClassName
{
background-color: #D4CACD;
}
</style>
border-color css
<style>
span { border-color: #D4CACD; }
span { border-color: rgb(212,202,205); }
td.TdClassName
{
border-color: #D4CACD;
}
.TagClassName
{
border-color: #D4CACD;
}
</style>