Shades of White Pointer #D9D5C8
Tints of White Pointer #D9D5C8
RGB
CMYK
RGB Variations
Color information
#D9D5C8 (or 0xD9D5C8) is known color: White Pointer. HEX triplet: D9, D5 and C8. RGB value is (217,213,200). Sum of RGB (Red+Green+Blue) = 217+213+200=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D5C8 is #262A37. Grayscale: #D4D4D4. Windows color (decimal): -2501176 or 13161945. OLE color: 13161945.
HSL color Cylindrical-coordinate representation of color #D9D5C8: hue angle of 45.88º degrees, saturation: 0.18, 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 #D9D5C8 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 213 | 200 | - |
CMYK | 0 | 0.02 | 0.08 | 0.15 |
HSL | 45.88º | 0.18% | 0.82% | - |
HSV(B) | 45.88º | 0.08% | 0.85% | - |
XYZ | 62.83 | 66.51 | 64.17 | - |
YUV | 212.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 213 | 200 | 0 | 0.02 | 0.08 | 0.15 | 45.88 | 0.18 | 0.82 |
Hex | D9 | D5 | C8 | 0 | 2 | 8 | F | 2E | 12 | 52 |
Octal | 331 | 325 | 310 | 0 | 2 | 10 | 17 | 56 | 22 | 122 |
Binary | 11011001 | 11010101 | 11001000 | 0 | 10 | 1000 | 1111 | 101110 | 10010 | 1010010 |
Color Harmonies of #D9D5C8
Complementary color
Monochromatic Colors of #D9D5C8
Black with #D9D5C8
Text Example
Text Example
White with #D9D5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D5C8; }
p { color: rgb(217,213,200); }
H1.HeaderClassName
{
color: #D9D5C8;
}
.AnyTagClassName
{
color: #D9D5C8;
}
</style>
background-color css
<style>
a { background-color: #D9D5C8; }
a { background-color: rgb(217,213,200); }
div.DivClassName
{
background-color: #D9D5C8;
}
.BgClassName
{
background-color: #D9D5C8;
}
</style>
border-color css
<style>
span { border-color: #D9D5C8; }
span { border-color: rgb(217,213,200); }
td.TdClassName
{
border-color: #D9D5C8;
}
.TagClassName
{
border-color: #D9D5C8;
}
</style>