Shades of Kobi #DB8CAA
Tints of Kobi #DB8CAA
RGB
CMYK
RGB Variations
Color information
#DB8CAA (or 0xDB8CAA) is known color: Kobi. HEX triplet: DB, 8C and AA. RGB value is (219,140,170). Sum of RGB (Red+Green+Blue) = 219+140+170=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8CAA is #247355. Grayscale: #A7A7A7. Windows color (decimal): -2388822 or 11177179. OLE color: 11177179.
HSL color Cylindrical-coordinate representation of color #DB8CAA: hue angle of 337.22º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CAA is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 170 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.14 |
| HSL | 337.22º | 0.52% | 0.7% | - |
| HSV(B) | 337.22º | 0.36% | 0.86% | - |
| XYZ | 45.85 | 36.72 | 42.7 | - |
| YUV | 167.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 170 | 0 | 0.36 | 0.22 | 0.14 | 337.22 | 0.52 | 0.7 |
| Hex | DB | 8C | AA | 0 | 24 | 16 | E | 151 | 34 | 46 |
| Octal | 333 | 214 | 252 | 0 | 44 | 26 | 16 | 521 | 64 | 106 |
| Binary | 11011011 | 10001100 | 10101010 | 0 | 100100 | 10110 | 1110 | 101010001 | 110100 | 1000110 |
Color Harmonies of #DB8CAA
Complementary color
Monochromatic Colors of #DB8CAA
Black with #DB8CAA
Text Example
Text Example
White with #DB8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CAA; }
p { color: rgb(219,140,170); }
H1.HeaderClassName
{
color: #DB8CAA;
}
.AnyTagClassName
{
color: #DB8CAA;
}
</style>
background-color css
<style>
a { background-color: #DB8CAA; }
a { background-color: rgb(219,140,170); }
div.DivClassName
{
background-color: #DB8CAA;
}
.BgClassName
{
background-color: #DB8CAA;
}
</style>
border-color css
<style>
span { border-color: #DB8CAA; }
span { border-color: rgb(219,140,170); }
td.TdClassName
{
border-color: #DB8CAA;
}
.TagClassName
{
border-color: #DB8CAA;
}
</style>