Shades of Prim #D0CACB
Tints of Prim #D0CACB
RGB
CMYK
RGB Variations
Color information
#D0CACB (or 0xD0CACB) is known color: Prim. HEX triplet: D0, CA and CB. RGB value is (208,202,203). Sum of RGB (Red+Green+Blue) = 208+202+203=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CACB is #2F3534. Grayscale: #CBCBCB. Windows color (decimal): -3093813 or 13355728. OLE color: 13355728.
HSL color Cylindrical-coordinate representation of color #D0CACB: hue angle of 350º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CACB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 203 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.18 |
| HSL | 350º | 0.06% | 0.8% | - |
| HSV(B) | 350º | 0.03% | 0.82% | - |
| XYZ | 57.91 | 59.96 | 65.02 | - |
| YUV | 203.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 203 | 0 | 0.03 | 0.02 | 0.18 | 350 | 0.06 | 0.8 |
| Hex | D0 | CA | CB | 0 | 3 | 2 | 12 | 15E | 6 | 50 |
| Octal | 320 | 312 | 313 | 0 | 3 | 2 | 22 | 536 | 6 | 120 |
| Binary | 11010000 | 11001010 | 11001011 | 0 | 11 | 10 | 10010 | 101011110 | 110 | 1010000 |
Color Harmonies of #D0CACB
Complementary color
Monochromatic Colors of #D0CACB
Black with #D0CACB
Text Example
Text Example
White with #D0CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CACB; }
p { color: rgb(208,202,203); }
H1.HeaderClassName
{
color: #D0CACB;
}
.AnyTagClassName
{
color: #D0CACB;
}
</style>
background-color css
<style>
a { background-color: #D0CACB; }
a { background-color: rgb(208,202,203); }
div.DivClassName
{
background-color: #D0CACB;
}
.BgClassName
{
background-color: #D0CACB;
}
</style>
border-color css
<style>
span { border-color: #D0CACB; }
span { border-color: rgb(208,202,203); }
td.TdClassName
{
border-color: #D0CACB;
}
.TagClassName
{
border-color: #D0CACB;
}
</style>