Shades of Prim #D2C9CB
Tints of Prim #D2C9CB
RGB
CMYK
RGB Variations
Color information
#D2C9CB (or 0xD2C9CB) is known color: Prim. HEX triplet: D2, C9 and CB. RGB value is (210,201,203). Sum of RGB (Red+Green+Blue) = 210+201+203=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C9CB is #2D3634. Grayscale: #CBCBCB. Windows color (decimal): -2962997 or 13355474. OLE color: 13355474.
HSL color Cylindrical-coordinate representation of color #D2C9CB: hue angle of 346.67º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2C9CB is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 203 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.18 |
| HSL | 346.67º | 0.09% | 0.81% | - |
| HSV(B) | 346.67º | 0.04% | 0.82% | - |
| XYZ | 58.24 | 59.79 | 64.97 | - |
| YUV | 203.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 203 | 0 | 0.04 | 0.03 | 0.18 | 346.67 | 0.09 | 0.81 |
| Hex | D2 | C9 | CB | 0 | 4 | 3 | 12 | 15B | 9 | 51 |
| Octal | 322 | 311 | 313 | 0 | 4 | 3 | 22 | 533 | 11 | 121 |
| Binary | 11010010 | 11001001 | 11001011 | 0 | 100 | 11 | 10010 | 101011011 | 1001 | 1010001 |
Color Harmonies of #D2C9CB
Complementary color
Monochromatic Colors of #D2C9CB
Black with #D2C9CB
Text Example
Text Example
White with #D2C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C9CB; }
p { color: rgb(210,201,203); }
H1.HeaderClassName
{
color: #D2C9CB;
}
.AnyTagClassName
{
color: #D2C9CB;
}
</style>
background-color css
<style>
a { background-color: #D2C9CB; }
a { background-color: rgb(210,201,203); }
div.DivClassName
{
background-color: #D2C9CB;
}
.BgClassName
{
background-color: #D2C9CB;
}
</style>
border-color css
<style>
span { border-color: #D2C9CB; }
span { border-color: rgb(210,201,203); }
td.TdClassName
{
border-color: #D2C9CB;
}
.TagClassName
{
border-color: #D2C9CB;
}
</style>