Shades of White Pointer #D8D5CD
Tints of White Pointer #D8D5CD
RGB
CMYK
RGB Variations
Color information
#D8D5CD (or 0xD8D5CD) is known color: White Pointer. HEX triplet: D8, D5 and CD. RGB value is (216,213,205). Sum of RGB (Red+Green+Blue) = 216+213+205=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D5CD is #272A32. Grayscale: #D5D5D5. Windows color (decimal): -2566707 or 13489624. OLE color: 13489624.
HSL color Cylindrical-coordinate representation of color #D8D5CD: hue angle of 43.64º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8D5CD is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 205 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.15 |
| HSL | 43.64º | 0.12% | 0.83% | - |
| HSV(B) | 43.64º | 0.05% | 0.85% | - |
| XYZ | 63.13 | 66.6 | 67.28 | - |
| YUV | 212.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 205 | 0 | 0.01 | 0.05 | 0.15 | 43.64 | 0.12 | 0.83 |
| Hex | D8 | D5 | CD | 0 | 1 | 5 | F | 2C | C | 53 |
| Octal | 330 | 325 | 315 | 0 | 1 | 5 | 17 | 54 | 14 | 123 |
| Binary | 11011000 | 11010101 | 11001101 | 0 | 1 | 101 | 1111 | 101100 | 1100 | 1010011 |
Color Harmonies of #D8D5CD
Complementary color
Monochromatic Colors of #D8D5CD
Black with #D8D5CD
Text Example
Text Example
White with #D8D5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D5CD; }
p { color: rgb(216,213,205); }
H1.HeaderClassName
{
color: #D8D5CD;
}
.AnyTagClassName
{
color: #D8D5CD;
}
</style>
background-color css
<style>
a { background-color: #D8D5CD; }
a { background-color: rgb(216,213,205); }
div.DivClassName
{
background-color: #D8D5CD;
}
.BgClassName
{
background-color: #D8D5CD;
}
</style>
border-color css
<style>
span { border-color: #D8D5CD; }
span { border-color: rgb(216,213,205); }
td.TdClassName
{
border-color: #D8D5CD;
}
.TagClassName
{
border-color: #D8D5CD;
}
</style>