Shades of White Rock #DBD4B2
Tints of White Rock #DBD4B2
RGB
CMYK
RGB Variations
Color information
#DBD4B2 (or 0xDBD4B2) is known color: White Rock. HEX triplet: DB, D4 and B2. RGB value is (219,212,178). Sum of RGB (Red+Green+Blue) = 219+212+178=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD4B2 is #242B4D. Grayscale: #D2D2D2. Windows color (decimal): -2370382 or 11719899. OLE color: 11719899.
HSL color Cylindrical-coordinate representation of color #DBD4B2: hue angle of 49.76º 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 #DBD4B2 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 178 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.14 |
| HSL | 49.76º | 0.36% | 0.78% | - |
| HSV(B) | 49.76º | 0.19% | 0.86% | - |
| XYZ | 60.79 | 65.36 | 51.53 | - |
| YUV | 210.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 178 | 0 | 0.03 | 0.19 | 0.14 | 49.76 | 0.36 | 0.78 |
| Hex | DB | D4 | B2 | 0 | 3 | 13 | E | 32 | 24 | 4E |
| Octal | 333 | 324 | 262 | 0 | 3 | 23 | 16 | 62 | 44 | 116 |
| Binary | 11011011 | 11010100 | 10110010 | 0 | 11 | 10011 | 1110 | 110010 | 100100 | 1001110 |
Color Harmonies of #DBD4B2
Complementary color
Monochromatic Colors of #DBD4B2
Black with #DBD4B2
Text Example
Text Example
White with #DBD4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4B2; }
p { color: rgb(219,212,178); }
H1.HeaderClassName
{
color: #DBD4B2;
}
.AnyTagClassName
{
color: #DBD4B2;
}
</style>
background-color css
<style>
a { background-color: #DBD4B2; }
a { background-color: rgb(219,212,178); }
div.DivClassName
{
background-color: #DBD4B2;
}
.BgClassName
{
background-color: #DBD4B2;
}
</style>
border-color css
<style>
span { border-color: #DBD4B2; }
span { border-color: rgb(219,212,178); }
td.TdClassName
{
border-color: #DBD4B2;
}
.TagClassName
{
border-color: #DBD4B2;
}
</style>