Shades of Prim #D9CBD0
Tints of Prim #D9CBD0
RGB
CMYK
RGB Variations
Color information
#D9CBD0 (or 0xD9CBD0) is known color: Prim. HEX triplet: D9, CB and D0. RGB value is (217,203,208). Sum of RGB (Red+Green+Blue) = 217+203+208=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBD0 is #26342F. Grayscale: #CFCFCF. Windows color (decimal): -2503728 or 13683673. OLE color: 13683673.
HSL color Cylindrical-coordinate representation of color #D9CBD0: hue angle of 338.57º 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 #D9CBD0 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 208 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.15 |
| HSL | 338.57º | 0.16% | 0.82% | - |
| HSV(B) | 338.57º | 0.06% | 0.85% | - |
| XYZ | 61.36 | 62.02 | 68.41 | - |
| YUV | 207.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 208 | 0 | 0.06 | 0.04 | 0.15 | 338.57 | 0.16 | 0.82 |
| Hex | D9 | CB | D0 | 0 | 6 | 4 | F | 153 | 10 | 52 |
| Octal | 331 | 313 | 320 | 0 | 6 | 4 | 17 | 523 | 20 | 122 |
| Binary | 11011001 | 11001011 | 11010000 | 0 | 110 | 100 | 1111 | 101010011 | 10000 | 1010010 |
Color Harmonies of #D9CBD0
Complementary color
Monochromatic Colors of #D9CBD0
Black with #D9CBD0
Text Example
Text Example
White with #D9CBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBD0; }
p { color: rgb(217,203,208); }
H1.HeaderClassName
{
color: #D9CBD0;
}
.AnyTagClassName
{
color: #D9CBD0;
}
</style>
background-color css
<style>
a { background-color: #D9CBD0; }
a { background-color: rgb(217,203,208); }
div.DivClassName
{
background-color: #D9CBD0;
}
.BgClassName
{
background-color: #D9CBD0;
}
</style>
border-color css
<style>
span { border-color: #D9CBD0; }
span { border-color: rgb(217,203,208); }
td.TdClassName
{
border-color: #D9CBD0;
}
.TagClassName
{
border-color: #D9CBD0;
}
</style>