Shades of White Rock #DBD5B2
Tints of White Rock #DBD5B2
RGB
CMYK
RGB Variations
Color information
#DBD5B2 (or 0xDBD5B2) is known color: White Rock. HEX triplet: DB, D5 and B2. RGB value is (219,213,178). Sum of RGB (Red+Green+Blue) = 219+213+178=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD5B2 is #242A4D. Grayscale: #D2D2D2. Windows color (decimal): -2370126 or 11720155. OLE color: 11720155.
HSL color Cylindrical-coordinate representation of color #DBD5B2: hue angle of 51.22º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBD5B2 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 178 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.14 |
| HSL | 51.22º | 0.36% | 0.78% | - |
| HSV(B) | 51.22º | 0.19% | 0.86% | - |
| XYZ | 61.04 | 65.86 | 51.61 | - |
| YUV | 210.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 178 | 0 | 0.03 | 0.19 | 0.14 | 51.22 | 0.36 | 0.78 |
| Hex | DB | D5 | B2 | 0 | 3 | 13 | E | 33 | 24 | 4E |
| Octal | 333 | 325 | 262 | 0 | 3 | 23 | 16 | 63 | 44 | 116 |
| Binary | 11011011 | 11010101 | 10110010 | 0 | 11 | 10011 | 1110 | 110011 | 100100 | 1001110 |
Color Harmonies of #DBD5B2
Complementary color
Monochromatic Colors of #DBD5B2
Black with #DBD5B2
Text Example
Text Example
White with #DBD5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5B2; }
p { color: rgb(219,213,178); }
H1.HeaderClassName
{
color: #DBD5B2;
}
.AnyTagClassName
{
color: #DBD5B2;
}
</style>
background-color css
<style>
a { background-color: #DBD5B2; }
a { background-color: rgb(219,213,178); }
div.DivClassName
{
background-color: #DBD5B2;
}
.BgClassName
{
background-color: #DBD5B2;
}
</style>
border-color css
<style>
span { border-color: #DBD5B2; }
span { border-color: rgb(219,213,178); }
td.TdClassName
{
border-color: #DBD5B2;
}
.TagClassName
{
border-color: #DBD5B2;
}
</style>