Shades of Kobi #DB9DAF
Tints of Kobi #DB9DAF
RGB
CMYK
RGB Variations
Color information
#DB9DAF (or 0xDB9DAF) is known color: Kobi. HEX triplet: DB, 9D and AF. RGB value is (219,157,175). Sum of RGB (Red+Green+Blue) = 219+157+175=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DAF is #246250. Grayscale: #B1B1B1. Windows color (decimal): -2384465 or 11509211. OLE color: 11509211.
HSL color Cylindrical-coordinate representation of color #DB9DAF: hue angle of 342.58º 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 #DB9DAF is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 175 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.14 |
| HSL | 342.58º | 0.46% | 0.74% | - |
| HSV(B) | 342.58º | 0.28% | 0.86% | - |
| XYZ | 49.01 | 42.27 | 46.13 | - |
| YUV | 177.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 175 | 0 | 0.28 | 0.20 | 0.14 | 342.58 | 0.46 | 0.74 |
| Hex | DB | 9D | AF | 0 | 1C | 14 | E | 157 | 2E | 4A |
| Octal | 333 | 235 | 257 | 0 | 34 | 24 | 16 | 527 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10101111 | 0 | 11100 | 10100 | 1110 | 101010111 | 101110 | 1001010 |
Color Harmonies of #DB9DAF
Complementary color
Monochromatic Colors of #DB9DAF
Black with #DB9DAF
Text Example
Text Example
White with #DB9DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DAF; }
p { color: rgb(219,157,175); }
H1.HeaderClassName
{
color: #DB9DAF;
}
.AnyTagClassName
{
color: #DB9DAF;
}
</style>
background-color css
<style>
a { background-color: #DB9DAF; }
a { background-color: rgb(219,157,175); }
div.DivClassName
{
background-color: #DB9DAF;
}
.BgClassName
{
background-color: #DB9DAF;
}
</style>
border-color css
<style>
span { border-color: #DB9DAF; }
span { border-color: rgb(219,157,175); }
td.TdClassName
{
border-color: #DB9DAF;
}
.TagClassName
{
border-color: #DB9DAF;
}
</style>