Shades of Blossom #DBABB4
Tints of Blossom #DBABB4
RGB
CMYK
RGB Variations
Color information
#DBABB4 (or 0xDBABB4) is known color: Blossom. HEX triplet: DB, AB and B4. RGB value is (219,171,180). Sum of RGB (Red+Green+Blue) = 219+171+180=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABB4 is #24544B. Grayscale: #BABABA. Windows color (decimal): -2380876 or 11840475. OLE color: 11840475.
HSL color Cylindrical-coordinate representation of color #DBABB4: hue angle of 348.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABB4 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 180 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.14 |
| HSL | 348.75º | 0.4% | 0.76% | - |
| HSV(B) | 348.75º | 0.22% | 0.86% | - |
| XYZ | 52.01 | 47.48 | 49.6 | - |
| YUV | 186.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 180 | 0 | 0.22 | 0.18 | 0.14 | 348.75 | 0.4 | 0.76 |
| Hex | DB | AB | B4 | 0 | 16 | 12 | E | 15D | 28 | 4C |
| Octal | 333 | 253 | 264 | 0 | 26 | 22 | 16 | 535 | 50 | 114 |
| Binary | 11011011 | 10101011 | 10110100 | 0 | 10110 | 10010 | 1110 | 101011101 | 101000 | 1001100 |
Color Harmonies of #DBABB4
Complementary color
Monochromatic Colors of #DBABB4
Black with #DBABB4
Text Example
Text Example
White with #DBABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABB4; }
p { color: rgb(219,171,180); }
H1.HeaderClassName
{
color: #DBABB4;
}
.AnyTagClassName
{
color: #DBABB4;
}
</style>
background-color css
<style>
a { background-color: #DBABB4; }
a { background-color: rgb(219,171,180); }
div.DivClassName
{
background-color: #DBABB4;
}
.BgClassName
{
background-color: #DBABB4;
}
</style>
border-color css
<style>
span { border-color: #DBABB4; }
span { border-color: rgb(219,171,180); }
td.TdClassName
{
border-color: #DBABB4;
}
.TagClassName
{
border-color: #DBABB4;
}
</style>