Shades of Kobi #DB9EAF
Tints of Kobi #DB9EAF
RGB
CMYK
RGB Variations
Color information
#DB9EAF (or 0xDB9EAF) is known color: Kobi. HEX triplet: DB, 9E and AF. RGB value is (219,158,175). Sum of RGB (Red+Green+Blue) = 219+158+175=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9EAF is #246150. Grayscale: #B2B2B2. Windows color (decimal): -2384209 or 11509467. OLE color: 11509467.
HSL color Cylindrical-coordinate representation of color #DB9EAF: hue angle of 343.28º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9EAF is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 175 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.14 |
| HSL | 343.28º | 0.46% | 0.74% | - |
| HSV(B) | 343.28º | 0.28% | 0.86% | - |
| XYZ | 49.18 | 42.61 | 46.19 | - |
| YUV | 178.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 175 | 0 | 0.28 | 0.20 | 0.14 | 343.28 | 0.46 | 0.74 |
| Hex | DB | 9E | AF | 0 | 1C | 14 | E | 157 | 2E | 4A |
| Octal | 333 | 236 | 257 | 0 | 34 | 24 | 16 | 527 | 56 | 112 |
| Binary | 11011011 | 10011110 | 10101111 | 0 | 11100 | 10100 | 1110 | 101010111 | 101110 | 1001010 |
Color Harmonies of #DB9EAF
Complementary color
Monochromatic Colors of #DB9EAF
Black with #DB9EAF
Text Example
Text Example
White with #DB9EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EAF; }
p { color: rgb(219,158,175); }
H1.HeaderClassName
{
color: #DB9EAF;
}
.AnyTagClassName
{
color: #DB9EAF;
}
</style>
background-color css
<style>
a { background-color: #DB9EAF; }
a { background-color: rgb(219,158,175); }
div.DivClassName
{
background-color: #DB9EAF;
}
.BgClassName
{
background-color: #DB9EAF;
}
</style>
border-color css
<style>
span { border-color: #DB9EAF; }
span { border-color: rgb(219,158,175); }
td.TdClassName
{
border-color: #DB9EAF;
}
.TagClassName
{
border-color: #DB9EAF;
}
</style>