Shades of Prim #D9C5CB
Tints of Prim #D9C5CB
RGB
CMYK
RGB Variations
Color information
#D9C5CB (or 0xD9C5CB) is known color: Prim. HEX triplet: D9, C5 and CB. RGB value is (217,197,203). Sum of RGB (Red+Green+Blue) = 217+197+203=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C5CB is #263A34. Grayscale: #CBCBCB. Windows color (decimal): -2505269 or 13354457. OLE color: 13354457.
HSL color Cylindrical-coordinate representation of color #D9C5CB: hue angle of 342º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9C5CB is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 203 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.15 |
| HSL | 342º | 0.21% | 0.81% | - |
| HSV(B) | 342º | 0.09% | 0.85% | - |
| XYZ | 59.36 | 59 | 64.76 | - |
| YUV | 203.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 203 | 0 | 0.09 | 0.06 | 0.15 | 342 | 0.21 | 0.81 |
| Hex | D9 | C5 | CB | 0 | 9 | 6 | F | 156 | 15 | 51 |
| Octal | 331 | 305 | 313 | 0 | 11 | 6 | 17 | 526 | 25 | 121 |
| Binary | 11011001 | 11000101 | 11001011 | 0 | 1001 | 110 | 1111 | 101010110 | 10101 | 1010001 |
Color Harmonies of #D9C5CB
Complementary color
Monochromatic Colors of #D9C5CB
Black with #D9C5CB
Text Example
Text Example
White with #D9C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C5CB; }
p { color: rgb(217,197,203); }
H1.HeaderClassName
{
color: #D9C5CB;
}
.AnyTagClassName
{
color: #D9C5CB;
}
</style>
background-color css
<style>
a { background-color: #D9C5CB; }
a { background-color: rgb(217,197,203); }
div.DivClassName
{
background-color: #D9C5CB;
}
.BgClassName
{
background-color: #D9C5CB;
}
</style>
border-color css
<style>
span { border-color: #D9C5CB; }
span { border-color: rgb(217,197,203); }
td.TdClassName
{
border-color: #D9C5CB;
}
.TagClassName
{
border-color: #D9C5CB;
}
</style>