Shades of Prim #D9C7CB
Tints of Prim #D9C7CB
RGB
CMYK
RGB Variations
Color information
#D9C7CB (or 0xD9C7CB) is known color: Prim. HEX triplet: D9, C7 and CB. RGB value is (217,199,203). Sum of RGB (Red+Green+Blue) = 217+199+203=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7CB is #263834. Grayscale: #CCCCCC. Windows color (decimal): -2504757 or 13354969. OLE color: 13354969.
HSL color Cylindrical-coordinate representation of color #D9C7CB: hue angle of 346.67º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9C7CB is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 203 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.15 |
| HSL | 346.67º | 0.19% | 0.82% | - |
| HSV(B) | 346.67º | 0.08% | 0.85% | - |
| XYZ | 59.82 | 59.91 | 64.91 | - |
| YUV | 204.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 203 | 0 | 0.08 | 0.06 | 0.15 | 346.67 | 0.19 | 0.82 |
| Hex | D9 | C7 | CB | 0 | 8 | 6 | F | 15B | 13 | 52 |
| Octal | 331 | 307 | 313 | 0 | 10 | 6 | 17 | 533 | 23 | 122 |
| Binary | 11011001 | 11000111 | 11001011 | 0 | 1000 | 110 | 1111 | 101011011 | 10011 | 1010010 |
Color Harmonies of #D9C7CB
Complementary color
Monochromatic Colors of #D9C7CB
Black with #D9C7CB
Text Example
Text Example
White with #D9C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7CB; }
p { color: rgb(217,199,203); }
H1.HeaderClassName
{
color: #D9C7CB;
}
.AnyTagClassName
{
color: #D9C7CB;
}
</style>
background-color css
<style>
a { background-color: #D9C7CB; }
a { background-color: rgb(217,199,203); }
div.DivClassName
{
background-color: #D9C7CB;
}
.BgClassName
{
background-color: #D9C7CB;
}
</style>
border-color css
<style>
span { border-color: #D9C7CB; }
span { border-color: rgb(217,199,203); }
td.TdClassName
{
border-color: #D9C7CB;
}
.TagClassName
{
border-color: #D9C7CB;
}
</style>