Shades of White Pointer #D9D5CA
Tints of White Pointer #D9D5CA
RGB
CMYK
RGB Variations
Color information
#D9D5CA (or 0xD9D5CA) is known color: White Pointer. HEX triplet: D9, D5 and CA. RGB value is (217,213,202). Sum of RGB (Red+Green+Blue) = 217+213+202=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D5CA is #262A35. Grayscale: #D4D4D4. Windows color (decimal): -2501174 or 13293017. OLE color: 13293017.
HSL color Cylindrical-coordinate representation of color #D9D5CA: hue angle of 44º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9D5CA is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 202 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.15 |
| HSL | 44º | 0.16% | 0.82% | - |
| HSV(B) | 44º | 0.07% | 0.85% | - |
| XYZ | 63.07 | 66.6 | 65.41 | - |
| YUV | 212.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 202 | 0 | 0.02 | 0.07 | 0.15 | 44 | 0.16 | 0.82 |
| Hex | D9 | D5 | CA | 0 | 2 | 7 | F | 2C | 10 | 52 |
| Octal | 331 | 325 | 312 | 0 | 2 | 7 | 17 | 54 | 20 | 122 |
| Binary | 11011001 | 11010101 | 11001010 | 0 | 10 | 111 | 1111 | 101100 | 10000 | 1010010 |
Color Harmonies of #D9D5CA
Complementary color
Monochromatic Colors of #D9D5CA
Black with #D9D5CA
Text Example
Text Example
White with #D9D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D5CA; }
p { color: rgb(217,213,202); }
H1.HeaderClassName
{
color: #D9D5CA;
}
.AnyTagClassName
{
color: #D9D5CA;
}
</style>
background-color css
<style>
a { background-color: #D9D5CA; }
a { background-color: rgb(217,213,202); }
div.DivClassName
{
background-color: #D9D5CA;
}
.BgClassName
{
background-color: #D9D5CA;
}
</style>
border-color css
<style>
span { border-color: #D9D5CA; }
span { border-color: rgb(217,213,202); }
td.TdClassName
{
border-color: #D9D5CA;
}
.TagClassName
{
border-color: #D9D5CA;
}
</style>