Shades of Kobi #DBA0B5
Tints of Kobi #DBA0B5
RGB
CMYK
RGB Variations
Color information
#DBA0B5 (or 0xDBA0B5) is known color: Kobi. HEX triplet: DB, A0 and B5. RGB value is (219,160,181). Sum of RGB (Red+Green+Blue) = 219+160+181=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0B5 is #245F4A. Grayscale: #B4B4B4. Windows color (decimal): -2383691 or 11903195. OLE color: 11903195.
HSL color Cylindrical-coordinate representation of color #DBA0B5: hue angle of 338.64º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA0B5 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 181 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.14 |
| HSL | 338.64º | 0.45% | 0.74% | - |
| HSV(B) | 338.64º | 0.27% | 0.86% | - |
| XYZ | 50.12 | 43.54 | 49.48 | - |
| YUV | 180.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 181 | 0 | 0.27 | 0.17 | 0.14 | 338.64 | 0.45 | 0.74 |
| Hex | DB | A0 | B5 | 0 | 1B | 11 | E | 153 | 2D | 4A |
| Octal | 333 | 240 | 265 | 0 | 33 | 21 | 16 | 523 | 55 | 112 |
| Binary | 11011011 | 10100000 | 10110101 | 0 | 11011 | 10001 | 1110 | 101010011 | 101101 | 1001010 |
Color Harmonies of #DBA0B5
Complementary color
Monochromatic Colors of #DBA0B5
Black with #DBA0B5
Text Example
Text Example
White with #DBA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0B5; }
p { color: rgb(219,160,181); }
H1.HeaderClassName
{
color: #DBA0B5;
}
.AnyTagClassName
{
color: #DBA0B5;
}
</style>
background-color css
<style>
a { background-color: #DBA0B5; }
a { background-color: rgb(219,160,181); }
div.DivClassName
{
background-color: #DBA0B5;
}
.BgClassName
{
background-color: #DBA0B5;
}
</style>
border-color css
<style>
span { border-color: #DBA0B5; }
span { border-color: rgb(219,160,181); }
td.TdClassName
{
border-color: #DBA0B5;
}
.TagClassName
{
border-color: #DBA0B5;
}
</style>