Shades of Kobi #DB9FAE
Tints of Kobi #DB9FAE
RGB
CMYK
RGB Variations
Color information
#DB9FAE (or 0xDB9FAE) is known color: Kobi. HEX triplet: DB, 9F and AE. RGB value is (219,159,174). Sum of RGB (Red+Green+Blue) = 219+159+174=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FAE is #246051. Grayscale: #B2B2B2. Windows color (decimal): -2383954 or 11444187. OLE color: 11444187.
HSL color Cylindrical-coordinate representation of color #DB9FAE: hue angle of 345º 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 #DB9FAE is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 174 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.14 |
| HSL | 345º | 0.45% | 0.74% | - |
| HSV(B) | 345º | 0.27% | 0.86% | - |
| XYZ | 49.25 | 42.91 | 45.73 | - |
| YUV | 178.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 174 | 0 | 0.27 | 0.21 | 0.14 | 345 | 0.45 | 0.74 |
| Hex | DB | 9F | AE | 0 | 1B | 15 | E | 159 | 2D | 4A |
| Octal | 333 | 237 | 256 | 0 | 33 | 25 | 16 | 531 | 55 | 112 |
| Binary | 11011011 | 10011111 | 10101110 | 0 | 11011 | 10101 | 1110 | 101011001 | 101101 | 1001010 |
Color Harmonies of #DB9FAE
Complementary color
Monochromatic Colors of #DB9FAE
Black with #DB9FAE
Text Example
Text Example
White with #DB9FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FAE; }
p { color: rgb(219,159,174); }
H1.HeaderClassName
{
color: #DB9FAE;
}
.AnyTagClassName
{
color: #DB9FAE;
}
</style>
background-color css
<style>
a { background-color: #DB9FAE; }
a { background-color: rgb(219,159,174); }
div.DivClassName
{
background-color: #DB9FAE;
}
.BgClassName
{
background-color: #DB9FAE;
}
</style>
border-color css
<style>
span { border-color: #DB9FAE; }
span { border-color: rgb(219,159,174); }
td.TdClassName
{
border-color: #DB9FAE;
}
.TagClassName
{
border-color: #DB9FAE;
}
</style>