Shades of White Rock #D6D2B7
Tints of White Rock #D6D2B7
RGB
CMYK
RGB Variations
Color information
#D6D2B7 (or 0xD6D2B7) is known color: White Rock. HEX triplet: D6, D2 and B7. RGB value is (214,210,183). Sum of RGB (Red+Green+Blue) = 214+210+183=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D2B7 is #292D48. Grayscale: #D0D0D0. Windows color (decimal): -2698569 or 12047062. OLE color: 12047062.
HSL color Cylindrical-coordinate representation of color #D6D2B7: hue angle of 52.26º degrees, saturation: 0.27, 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 #D6D2B7 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 183 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.16 |
| HSL | 52.26º | 0.27% | 0.78% | - |
| HSV(B) | 52.26º | 0.14% | 0.84% | - |
| XYZ | 59.33 | 63.81 | 53.99 | - |
| YUV | 208.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 183 | 0 | 0.02 | 0.14 | 0.16 | 52.26 | 0.27 | 0.78 |
| Hex | D6 | D2 | B7 | 0 | 2 | E | 10 | 34 | 1B | 4E |
| Octal | 326 | 322 | 267 | 0 | 2 | 16 | 20 | 64 | 33 | 116 |
| Binary | 11010110 | 11010010 | 10110111 | 0 | 10 | 1110 | 10000 | 110100 | 11011 | 1001110 |
Color Harmonies of #D6D2B7
Complementary color
Monochromatic Colors of #D6D2B7
Black with #D6D2B7
Text Example
Text Example
White with #D6D2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2B7; }
p { color: rgb(214,210,183); }
H1.HeaderClassName
{
color: #D6D2B7;
}
.AnyTagClassName
{
color: #D6D2B7;
}
</style>
background-color css
<style>
a { background-color: #D6D2B7; }
a { background-color: rgb(214,210,183); }
div.DivClassName
{
background-color: #D6D2B7;
}
.BgClassName
{
background-color: #D6D2B7;
}
</style>
border-color css
<style>
span { border-color: #D6D2B7; }
span { border-color: rgb(214,210,183); }
td.TdClassName
{
border-color: #D6D2B7;
}
.TagClassName
{
border-color: #D6D2B7;
}
</style>