Shades of White Rock #D8D2B7
Tints of White Rock #D8D2B7
RGB
CMYK
RGB Variations
Color information
#D8D2B7 (or 0xD8D2B7) is known color: White Rock. HEX triplet: D8, D2 and B7. RGB value is (216,210,183). Sum of RGB (Red+Green+Blue) = 216+210+183=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D2B7 is #272D48. Grayscale: #D0D0D0. Windows color (decimal): -2567497 or 12047064. OLE color: 12047064.
HSL color Cylindrical-coordinate representation of color #D8D2B7: hue angle of 49.09º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8D2B7 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 183 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.15 |
| HSL | 49.09º | 0.3% | 0.78% | - |
| HSV(B) | 49.09º | 0.15% | 0.85% | - |
| XYZ | 59.91 | 64.11 | 54.02 | - |
| YUV | 208.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 183 | 0 | 0.03 | 0.15 | 0.15 | 49.09 | 0.3 | 0.78 |
| Hex | D8 | D2 | B7 | 0 | 3 | F | F | 31 | 1E | 4E |
| Octal | 330 | 322 | 267 | 0 | 3 | 17 | 17 | 61 | 36 | 116 |
| Binary | 11011000 | 11010010 | 10110111 | 0 | 11 | 1111 | 1111 | 110001 | 11110 | 1001110 |
Color Harmonies of #D8D2B7
Complementary color
Monochromatic Colors of #D8D2B7
Black with #D8D2B7
Text Example
Text Example
White with #D8D2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D2B7; }
p { color: rgb(216,210,183); }
H1.HeaderClassName
{
color: #D8D2B7;
}
.AnyTagClassName
{
color: #D8D2B7;
}
</style>
background-color css
<style>
a { background-color: #D8D2B7; }
a { background-color: rgb(216,210,183); }
div.DivClassName
{
background-color: #D8D2B7;
}
.BgClassName
{
background-color: #D8D2B7;
}
</style>
border-color css
<style>
span { border-color: #D8D2B7; }
span { border-color: rgb(216,210,183); }
td.TdClassName
{
border-color: #D8D2B7;
}
.TagClassName
{
border-color: #D8D2B7;
}
</style>