Shades of Kobi #DBA0B4
Tints of Kobi #DBA0B4
RGB
CMYK
RGB Variations
Color information
#DBA0B4 (or 0xDBA0B4) is known color: Kobi. HEX triplet: DB, A0 and B4. RGB value is (219,160,180). Sum of RGB (Red+Green+Blue) = 219+160+180=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0B4 is #245F4B. Grayscale: #B3B3B3. Windows color (decimal): -2383692 or 11837659. OLE color: 11837659.
HSL color Cylindrical-coordinate representation of color #DBA0B4: hue angle of 339.66º 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 #DBA0B4 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 180 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.14 |
| HSL | 339.66º | 0.45% | 0.74% | - |
| HSV(B) | 339.66º | 0.27% | 0.86% | - |
| XYZ | 50.02 | 43.5 | 48.94 | - |
| YUV | 179.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 180 | 0 | 0.27 | 0.18 | 0.14 | 339.66 | 0.45 | 0.74 |
| Hex | DB | A0 | B4 | 0 | 1B | 12 | E | 154 | 2D | 4A |
| Octal | 333 | 240 | 264 | 0 | 33 | 22 | 16 | 524 | 55 | 112 |
| Binary | 11011011 | 10100000 | 10110100 | 0 | 11011 | 10010 | 1110 | 101010100 | 101101 | 1001010 |
Color Harmonies of #DBA0B4
Complementary color
Monochromatic Colors of #DBA0B4
Black with #DBA0B4
Text Example
Text Example
White with #DBA0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0B4; }
p { color: rgb(219,160,180); }
H1.HeaderClassName
{
color: #DBA0B4;
}
.AnyTagClassName
{
color: #DBA0B4;
}
</style>
background-color css
<style>
a { background-color: #DBA0B4; }
a { background-color: rgb(219,160,180); }
div.DivClassName
{
background-color: #DBA0B4;
}
.BgClassName
{
background-color: #DBA0B4;
}
</style>
border-color css
<style>
span { border-color: #DBA0B4; }
span { border-color: rgb(219,160,180); }
td.TdClassName
{
border-color: #DBA0B4;
}
.TagClassName
{
border-color: #DBA0B4;
}
</style>