Shades of Kobi #DB88A6
Tints of Kobi #DB88A6
RGB
CMYK
RGB Variations
Color information
#DB88A6 (or 0xDB88A6) is known color: Kobi. HEX triplet: DB, 88 and A6. RGB value is (219,136,166). Sum of RGB (Red+Green+Blue) = 219+136+166=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB88A6 is #247759. Grayscale: #A4A4A4. Windows color (decimal): -2389850 or 10914011. OLE color: 10914011.
HSL color Cylindrical-coordinate representation of color #DB88A6: hue angle of 338.31º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88A6 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 166 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.14 |
| HSL | 338.31º | 0.54% | 0.7% | - |
| HSV(B) | 338.31º | 0.38% | 0.86% | - |
| XYZ | 44.9 | 35.42 | 40.55 | - |
| YUV | 164.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 166 | 0 | 0.38 | 0.24 | 0.14 | 338.31 | 0.54 | 0.7 |
| Hex | DB | 88 | A6 | 0 | 26 | 18 | E | 152 | 36 | 46 |
| Octal | 333 | 210 | 246 | 0 | 46 | 30 | 16 | 522 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10100110 | 0 | 100110 | 11000 | 1110 | 101010010 | 110110 | 1000110 |
Color Harmonies of #DB88A6
Complementary color
Monochromatic Colors of #DB88A6
Black with #DB88A6
Text Example
Text Example
White with #DB88A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88A6; }
p { color: rgb(219,136,166); }
H1.HeaderClassName
{
color: #DB88A6;
}
.AnyTagClassName
{
color: #DB88A6;
}
</style>
background-color css
<style>
a { background-color: #DB88A6; }
a { background-color: rgb(219,136,166); }
div.DivClassName
{
background-color: #DB88A6;
}
.BgClassName
{
background-color: #DB88A6;
}
</style>
border-color css
<style>
span { border-color: #DB88A6; }
span { border-color: rgb(219,136,166); }
td.TdClassName
{
border-color: #DB88A6;
}
.TagClassName
{
border-color: #DB88A6;
}
</style>