Shades of White Pointer #D8D4CA
Tints of White Pointer #D8D4CA
RGB
CMYK
RGB Variations
Color information
#D8D4CA (or 0xD8D4CA) is known color: White Pointer. HEX triplet: D8, D4 and CA. RGB value is (216,212,202). Sum of RGB (Red+Green+Blue) = 216+212+202=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4CA is #272B35. Grayscale: #D4D4D4. Windows color (decimal): -2566966 or 13292760. OLE color: 13292760.
HSL color Cylindrical-coordinate representation of color #D8D4CA: hue angle of 42.86º degrees, saturation: 0.15, 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 #D8D4CA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 212 | 202 | - |
CMYK | 0 | 0.02 | 0.06 | 0.15 |
HSL | 42.86º | 0.15% | 0.82% | - |
HSV(B) | 42.86º | 0.06% | 0.85% | - |
XYZ | 62.52 | 65.95 | 65.31 | - |
YUV | 212.06 | 122.33 | 130.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 212 | 202 | 0 | 0.02 | 0.06 | 0.15 | 42.86 | 0.15 | 0.82 |
Hex | D8 | D4 | CA | 0 | 2 | 6 | F | 2B | F | 52 |
Octal | 330 | 324 | 312 | 0 | 2 | 6 | 17 | 53 | 17 | 122 |
Binary | 11011000 | 11010100 | 11001010 | 0 | 10 | 110 | 1111 | 101011 | 1111 | 1010010 |
Color Harmonies of #D8D4CA
Complementary color
Monochromatic Colors of #D8D4CA
Black with #D8D4CA
Text Example
Text Example
White with #D8D4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4CA; }
p { color: rgb(216,212,202); }
H1.HeaderClassName
{
color: #D8D4CA;
}
.AnyTagClassName
{
color: #D8D4CA;
}
</style>
background-color css
<style>
a { background-color: #D8D4CA; }
a { background-color: rgb(216,212,202); }
div.DivClassName
{
background-color: #D8D4CA;
}
.BgClassName
{
background-color: #D8D4CA;
}
</style>
border-color css
<style>
span { border-color: #D8D4CA; }
span { border-color: rgb(216,212,202); }
td.TdClassName
{
border-color: #D8D4CA;
}
.TagClassName
{
border-color: #D8D4CA;
}
</style>