Shades of White Rock #D6D2B9
Tints of White Rock #D6D2B9
RGB
CMYK
RGB Variations
Color information
#D6D2B9 (or 0xD6D2B9) is known color: White Rock. HEX triplet: D6, D2 and B9. RGB value is (214,210,185). Sum of RGB (Red+Green+Blue) = 214+210+185=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D2B9 is #292D46. Grayscale: #D0D0D0. Windows color (decimal): -2698567 or 12178134. OLE color: 12178134.
HSL color Cylindrical-coordinate representation of color #D6D2B9: hue angle of 51.72º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6D2B9 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 185 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.16 |
| HSL | 51.72º | 0.26% | 0.78% | - |
| HSV(B) | 51.72º | 0.14% | 0.84% | - |
| XYZ | 59.54 | 63.89 | 55.09 | - |
| YUV | 208.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 185 | 0 | 0.02 | 0.14 | 0.16 | 51.72 | 0.26 | 0.78 |
| Hex | D6 | D2 | B9 | 0 | 2 | E | 10 | 34 | 1A | 4E |
| Octal | 326 | 322 | 271 | 0 | 2 | 16 | 20 | 64 | 32 | 116 |
| Binary | 11010110 | 11010010 | 10111001 | 0 | 10 | 1110 | 10000 | 110100 | 11010 | 1001110 |
Color Harmonies of #D6D2B9
Complementary color
Monochromatic Colors of #D6D2B9
Black with #D6D2B9
Text Example
Text Example
White with #D6D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2B9; }
p { color: rgb(214,210,185); }
H1.HeaderClassName
{
color: #D6D2B9;
}
.AnyTagClassName
{
color: #D6D2B9;
}
</style>
background-color css
<style>
a { background-color: #D6D2B9; }
a { background-color: rgb(214,210,185); }
div.DivClassName
{
background-color: #D6D2B9;
}
.BgClassName
{
background-color: #D6D2B9;
}
</style>
border-color css
<style>
span { border-color: #D6D2B9; }
span { border-color: rgb(214,210,185); }
td.TdClassName
{
border-color: #D6D2B9;
}
.TagClassName
{
border-color: #D6D2B9;
}
</style>