Shades of White Rock #D8D4BA
Tints of White Rock #D8D4BA
RGB
CMYK
RGB Variations
Color information
#D8D4BA (or 0xD8D4BA) is known color: White Rock. HEX triplet: D8, D4 and BA. RGB value is (216,212,186). Sum of RGB (Red+Green+Blue) = 216+212+186=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4BA is #272B45. Grayscale: #D2D2D2. Windows color (decimal): -2566982 or 12244184. OLE color: 12244184.
HSL color Cylindrical-coordinate representation of color #D8D4BA: hue angle of 52º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8D4BA is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 186 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.15 |
| HSL | 52º | 0.28% | 0.79% | - |
| HSV(B) | 52º | 0.14% | 0.85% | - |
| XYZ | 60.73 | 65.23 | 55.84 | - |
| YUV | 210.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 186 | 0 | 0.02 | 0.14 | 0.15 | 52 | 0.28 | 0.79 |
| Hex | D8 | D4 | BA | 0 | 2 | E | F | 34 | 1C | 4F |
| Octal | 330 | 324 | 272 | 0 | 2 | 16 | 17 | 64 | 34 | 117 |
| Binary | 11011000 | 11010100 | 10111010 | 0 | 10 | 1110 | 1111 | 110100 | 11100 | 1001111 |
Color Harmonies of #D8D4BA
Complementary color
Monochromatic Colors of #D8D4BA
Black with #D8D4BA
Text Example
Text Example
White with #D8D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4BA; }
p { color: rgb(216,212,186); }
H1.HeaderClassName
{
color: #D8D4BA;
}
.AnyTagClassName
{
color: #D8D4BA;
}
</style>
background-color css
<style>
a { background-color: #D8D4BA; }
a { background-color: rgb(216,212,186); }
div.DivClassName
{
background-color: #D8D4BA;
}
.BgClassName
{
background-color: #D8D4BA;
}
</style>
border-color css
<style>
span { border-color: #D8D4BA; }
span { border-color: rgb(216,212,186); }
td.TdClassName
{
border-color: #D8D4BA;
}
.TagClassName
{
border-color: #D8D4BA;
}
</style>