Shades of White Rock #D7D3B8
Tints of White Rock #D7D3B8
RGB
CMYK
RGB Variations
Color information
#D7D3B8 (or 0xD7D3B8) is known color: White Rock. HEX triplet: D7, D3 and B8. RGB value is (215,211,184). Sum of RGB (Red+Green+Blue) = 215+211+184=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D3B8 is #282C47. Grayscale: #D1D1D1. Windows color (decimal): -2632776 or 12112855. OLE color: 12112855.
HSL color Cylindrical-coordinate representation of color #D7D3B8: hue angle of 52.26º degrees, saturation: 0.28, 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 #D7D3B8 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 184 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.16 |
| HSL | 52.26º | 0.28% | 0.78% | - |
| HSV(B) | 52.26º | 0.14% | 0.84% | - |
| XYZ | 59.97 | 64.5 | 54.64 | - |
| YUV | 209.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 184 | 0 | 0.02 | 0.14 | 0.16 | 52.26 | 0.28 | 0.78 |
| Hex | D7 | D3 | B8 | 0 | 2 | E | 10 | 34 | 1C | 4E |
| Octal | 327 | 323 | 270 | 0 | 2 | 16 | 20 | 64 | 34 | 116 |
| Binary | 11010111 | 11010011 | 10111000 | 0 | 10 | 1110 | 10000 | 110100 | 11100 | 1001110 |
Color Harmonies of #D7D3B8
Complementary color
Monochromatic Colors of #D7D3B8
Black with #D7D3B8
Text Example
Text Example
White with #D7D3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D3B8; }
p { color: rgb(215,211,184); }
H1.HeaderClassName
{
color: #D7D3B8;
}
.AnyTagClassName
{
color: #D7D3B8;
}
</style>
background-color css
<style>
a { background-color: #D7D3B8; }
a { background-color: rgb(215,211,184); }
div.DivClassName
{
background-color: #D7D3B8;
}
.BgClassName
{
background-color: #D7D3B8;
}
</style>
border-color css
<style>
span { border-color: #D7D3B8; }
span { border-color: rgb(215,211,184); }
td.TdClassName
{
border-color: #D7D3B8;
}
.TagClassName
{
border-color: #D7D3B8;
}
</style>