Shades of White Rock #D6D3B9
Tints of White Rock #D6D3B9
RGB
CMYK
RGB Variations
Color information
#D6D3B9 (or 0xD6D3B9) is known color: White Rock. HEX triplet: D6, D3 and B9. RGB value is (214,211,185). Sum of RGB (Red+Green+Blue) = 214+211+185=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3B9 is #292C46. Grayscale: #D1D1D1. Windows color (decimal): -2698311 or 12178390. OLE color: 12178390.
HSL color Cylindrical-coordinate representation of color #D6D3B9: hue angle of 53.79º 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 #D6D3B9 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 185 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.16 |
| HSL | 53.79º | 0.26% | 0.78% | - |
| HSV(B) | 53.79º | 0.14% | 0.84% | - |
| XYZ | 59.78 | 64.39 | 55.18 | - |
| YUV | 208.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 185 | 0 | 0.01 | 0.14 | 0.16 | 53.79 | 0.26 | 0.78 |
| Hex | D6 | D3 | B9 | 0 | 1 | E | 10 | 36 | 1A | 4E |
| Octal | 326 | 323 | 271 | 0 | 1 | 16 | 20 | 66 | 32 | 116 |
| Binary | 11010110 | 11010011 | 10111001 | 0 | 1 | 1110 | 10000 | 110110 | 11010 | 1001110 |
Color Harmonies of #D6D3B9
Complementary color
Monochromatic Colors of #D6D3B9
Black with #D6D3B9
Text Example
Text Example
White with #D6D3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3B9; }
p { color: rgb(214,211,185); }
H1.HeaderClassName
{
color: #D6D3B9;
}
.AnyTagClassName
{
color: #D6D3B9;
}
</style>
background-color css
<style>
a { background-color: #D6D3B9; }
a { background-color: rgb(214,211,185); }
div.DivClassName
{
background-color: #D6D3B9;
}
.BgClassName
{
background-color: #D6D3B9;
}
</style>
border-color css
<style>
span { border-color: #D6D3B9; }
span { border-color: rgb(214,211,185); }
td.TdClassName
{
border-color: #D6D3B9;
}
.TagClassName
{
border-color: #D6D3B9;
}
</style>