Shades of Kobi #DBA2B0
Tints of Kobi #DBA2B0
RGB
CMYK
RGB Variations
Color information
#DBA2B0 (or 0xDBA2B0) is known color: Kobi. HEX triplet: DB, A2 and B0. RGB value is (219,162,176). Sum of RGB (Red+Green+Blue) = 219+162+176=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA2B0 is #245D4F. Grayscale: #B4B4B4. Windows color (decimal): -2383184 or 11576027. OLE color: 11576027.
HSL color Cylindrical-coordinate representation of color #DBA2B0: hue angle of 345.26º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA2B0 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 176 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.14 |
| HSL | 345.26º | 0.44% | 0.75% | - |
| HSV(B) | 345.26º | 0.26% | 0.86% | - |
| XYZ | 49.97 | 44.04 | 46.94 | - |
| YUV | 180.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 176 | 0 | 0.26 | 0.20 | 0.14 | 345.26 | 0.44 | 0.75 |
| Hex | DB | A2 | B0 | 0 | 1A | 14 | E | 159 | 2C | 4B |
| Octal | 333 | 242 | 260 | 0 | 32 | 24 | 16 | 531 | 54 | 113 |
| Binary | 11011011 | 10100010 | 10110000 | 0 | 11010 | 10100 | 1110 | 101011001 | 101100 | 1001011 |
Color Harmonies of #DBA2B0
Complementary color
Monochromatic Colors of #DBA2B0
Black with #DBA2B0
Text Example
Text Example
White with #DBA2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2B0; }
p { color: rgb(219,162,176); }
H1.HeaderClassName
{
color: #DBA2B0;
}
.AnyTagClassName
{
color: #DBA2B0;
}
</style>
background-color css
<style>
a { background-color: #DBA2B0; }
a { background-color: rgb(219,162,176); }
div.DivClassName
{
background-color: #DBA2B0;
}
.BgClassName
{
background-color: #DBA2B0;
}
</style>
border-color css
<style>
span { border-color: #DBA2B0; }
span { border-color: rgb(219,162,176); }
td.TdClassName
{
border-color: #DBA2B0;
}
.TagClassName
{
border-color: #DBA2B0;
}
</style>