Shades of White Rock #D9D3B6
Tints of White Rock #D9D3B6
RGB
CMYK
RGB Variations
Color information
#D9D3B6 (or 0xD9D3B6) is known color: White Rock. HEX triplet: D9, D3 and B6. RGB value is (217,211,182). Sum of RGB (Red+Green+Blue) = 217+211+182=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D3B6 is #262C49. Grayscale: #D1D1D1. Windows color (decimal): -2501706 or 11981785. OLE color: 11981785.
HSL color Cylindrical-coordinate representation of color #D9D3B6: hue angle of 49.71º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9D3B6 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 182 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.15 |
| HSL | 49.71º | 0.32% | 0.78% | - |
| HSV(B) | 49.71º | 0.16% | 0.85% | - |
| XYZ | 60.35 | 64.72 | 53.57 | - |
| YUV | 209.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 182 | 0 | 0.03 | 0.16 | 0.15 | 49.71 | 0.32 | 0.78 |
| Hex | D9 | D3 | B6 | 0 | 3 | 10 | F | 32 | 20 | 4E |
| Octal | 331 | 323 | 266 | 0 | 3 | 20 | 17 | 62 | 40 | 116 |
| Binary | 11011001 | 11010011 | 10110110 | 0 | 11 | 10000 | 1111 | 110010 | 100000 | 1001110 |
Color Harmonies of #D9D3B6
Complementary color
Monochromatic Colors of #D9D3B6
Black with #D9D3B6
Text Example
Text Example
White with #D9D3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D3B6; }
p { color: rgb(217,211,182); }
H1.HeaderClassName
{
color: #D9D3B6;
}
.AnyTagClassName
{
color: #D9D3B6;
}
</style>
background-color css
<style>
a { background-color: #D9D3B6; }
a { background-color: rgb(217,211,182); }
div.DivClassName
{
background-color: #D9D3B6;
}
.BgClassName
{
background-color: #D9D3B6;
}
</style>
border-color css
<style>
span { border-color: #D9D3B6; }
span { border-color: rgb(217,211,182); }
td.TdClassName
{
border-color: #D9D3B6;
}
.TagClassName
{
border-color: #D9D3B6;
}
</style>