Shades of White Rock #DBD4B0
Tints of White Rock #DBD4B0
RGB
CMYK
RGB Variations
Color information
#DBD4B0 (or 0xDBD4B0) is known color: White Rock. HEX triplet: DB, D4 and B0. RGB value is (219,212,176). Sum of RGB (Red+Green+Blue) = 219+212+176=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD4B0 is #242B4F. Grayscale: #D2D2D2. Windows color (decimal): -2370384 or 11588827. OLE color: 11588827.
HSL color Cylindrical-coordinate representation of color #DBD4B0: hue angle of 50.23º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBD4B0 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 176 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.14 |
| HSL | 50.23º | 0.37% | 0.77% | - |
| HSV(B) | 50.23º | 0.2% | 0.86% | - |
| XYZ | 60.59 | 65.28 | 50.48 | - |
| YUV | 209.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 176 | 0 | 0.03 | 0.20 | 0.14 | 50.23 | 0.37 | 0.77 |
| Hex | DB | D4 | B0 | 0 | 3 | 14 | E | 32 | 25 | 4D |
| Octal | 333 | 324 | 260 | 0 | 3 | 24 | 16 | 62 | 45 | 115 |
| Binary | 11011011 | 11010100 | 10110000 | 0 | 11 | 10100 | 1110 | 110010 | 100101 | 1001101 |
Color Harmonies of #DBD4B0
Complementary color
Monochromatic Colors of #DBD4B0
Black with #DBD4B0
Text Example
Text Example
White with #DBD4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4B0; }
p { color: rgb(219,212,176); }
H1.HeaderClassName
{
color: #DBD4B0;
}
.AnyTagClassName
{
color: #DBD4B0;
}
</style>
background-color css
<style>
a { background-color: #DBD4B0; }
a { background-color: rgb(219,212,176); }
div.DivClassName
{
background-color: #DBD4B0;
}
.BgClassName
{
background-color: #DBD4B0;
}
</style>
border-color css
<style>
span { border-color: #DBD4B0; }
span { border-color: rgb(219,212,176); }
td.TdClassName
{
border-color: #DBD4B0;
}
.TagClassName
{
border-color: #DBD4B0;
}
</style>