Shades of White Pointer #D8D4CB
Tints of White Pointer #D8D4CB
RGB
CMYK
RGB Variations
Color information
#D8D4CB (or 0xD8D4CB) is known color: White Pointer. HEX triplet: D8, D4 and CB. RGB value is (216,212,203). Sum of RGB (Red+Green+Blue) = 216+212+203=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4CB is #272B34. Grayscale: #D4D4D4. Windows color (decimal): -2566965 or 13358296. OLE color: 13358296.
HSL color Cylindrical-coordinate representation of color #D8D4CB: hue angle of 41.54º degrees, saturation: 0.14, 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 #D8D4CB is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 203 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.15 |
| HSL | 41.54º | 0.14% | 0.82% | - |
| HSV(B) | 41.54º | 0.06% | 0.85% | - |
| XYZ | 62.64 | 66 | 65.94 | - |
| YUV | 212.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 203 | 0 | 0.02 | 0.06 | 0.15 | 41.54 | 0.14 | 0.82 |
| Hex | D8 | D4 | CB | 0 | 2 | 6 | F | 2A | E | 52 |
| Octal | 330 | 324 | 313 | 0 | 2 | 6 | 17 | 52 | 16 | 122 |
| Binary | 11011000 | 11010100 | 11001011 | 0 | 10 | 110 | 1111 | 101010 | 1110 | 1010010 |
Color Harmonies of #D8D4CB
Complementary color
Monochromatic Colors of #D8D4CB
Black with #D8D4CB
Text Example
Text Example
White with #D8D4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4CB; }
p { color: rgb(216,212,203); }
H1.HeaderClassName
{
color: #D8D4CB;
}
.AnyTagClassName
{
color: #D8D4CB;
}
</style>
background-color css
<style>
a { background-color: #D8D4CB; }
a { background-color: rgb(216,212,203); }
div.DivClassName
{
background-color: #D8D4CB;
}
.BgClassName
{
background-color: #D8D4CB;
}
</style>
border-color css
<style>
span { border-color: #D8D4CB; }
span { border-color: rgb(216,212,203); }
td.TdClassName
{
border-color: #D8D4CB;
}
.TagClassName
{
border-color: #D8D4CB;
}
</style>