Shades of Prim #D9CBCF
Tints of Prim #D9CBCF
RGB
CMYK
RGB Variations
Color information
#D9CBCF (or 0xD9CBCF) is known color: Prim. HEX triplet: D9, CB and CF. RGB value is (217,203,207). Sum of RGB (Red+Green+Blue) = 217+203+207=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBCF is #263430. Grayscale: #CFCFCF. Windows color (decimal): -2503729 or 13618137. OLE color: 13618137.
HSL color Cylindrical-coordinate representation of color #D9CBCF: hue angle of 342.86º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CBCF is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 207 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.15 |
| HSL | 342.86º | 0.16% | 0.82% | - |
| HSV(B) | 342.86º | 0.06% | 0.85% | - |
| XYZ | 61.23 | 61.97 | 67.77 | - |
| YUV | 207.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 207 | 0 | 0.06 | 0.05 | 0.15 | 342.86 | 0.16 | 0.82 |
| Hex | D9 | CB | CF | 0 | 6 | 5 | F | 157 | 10 | 52 |
| Octal | 331 | 313 | 317 | 0 | 6 | 5 | 17 | 527 | 20 | 122 |
| Binary | 11011001 | 11001011 | 11001111 | 0 | 110 | 101 | 1111 | 101010111 | 10000 | 1010010 |
Color Harmonies of #D9CBCF
Complementary color
Monochromatic Colors of #D9CBCF
Black with #D9CBCF
Text Example
Text Example
White with #D9CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBCF; }
p { color: rgb(217,203,207); }
H1.HeaderClassName
{
color: #D9CBCF;
}
.AnyTagClassName
{
color: #D9CBCF;
}
</style>
background-color css
<style>
a { background-color: #D9CBCF; }
a { background-color: rgb(217,203,207); }
div.DivClassName
{
background-color: #D9CBCF;
}
.BgClassName
{
background-color: #D9CBCF;
}
</style>
border-color css
<style>
span { border-color: #D9CBCF; }
span { border-color: rgb(217,203,207); }
td.TdClassName
{
border-color: #D9CBCF;
}
.TagClassName
{
border-color: #D9CBCF;
}
</style>