Shades of White Pointer #D9D5CB
Tints of White Pointer #D9D5CB
RGB
CMYK
RGB Variations
Color information
#D9D5CB (or 0xD9D5CB) is known color: White Pointer. HEX triplet: D9, D5 and CB. RGB value is (217,213,203). Sum of RGB (Red+Green+Blue) = 217+213+203=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D5CB is #262A34. Grayscale: #D5D5D5. Windows color (decimal): -2501173 or 13358553. OLE color: 13358553.
HSL color Cylindrical-coordinate representation of color #D9D5CB: hue angle of 42.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 #D9D5CB is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 203 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.15 |
| HSL | 42.86º | 0.16% | 0.82% | - |
| HSV(B) | 42.86º | 0.06% | 0.85% | - |
| XYZ | 63.19 | 66.65 | 66.03 | - |
| YUV | 213.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 203 | 0 | 0.02 | 0.06 | 0.15 | 42.86 | 0.16 | 0.82 |
| Hex | D9 | D5 | CB | 0 | 2 | 6 | F | 2B | 10 | 52 |
| Octal | 331 | 325 | 313 | 0 | 2 | 6 | 17 | 53 | 20 | 122 |
| Binary | 11011001 | 11010101 | 11001011 | 0 | 10 | 110 | 1111 | 101011 | 10000 | 1010010 |
Color Harmonies of #D9D5CB
Complementary color
Monochromatic Colors of #D9D5CB
Black with #D9D5CB
Text Example
Text Example
White with #D9D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D5CB; }
p { color: rgb(217,213,203); }
H1.HeaderClassName
{
color: #D9D5CB;
}
.AnyTagClassName
{
color: #D9D5CB;
}
</style>
background-color css
<style>
a { background-color: #D9D5CB; }
a { background-color: rgb(217,213,203); }
div.DivClassName
{
background-color: #D9D5CB;
}
.BgClassName
{
background-color: #D9D5CB;
}
</style>
border-color css
<style>
span { border-color: #D9D5CB; }
span { border-color: rgb(217,213,203); }
td.TdClassName
{
border-color: #D9D5CB;
}
.TagClassName
{
border-color: #D9D5CB;
}
</style>