Shades of Kobi #DB9BAE
Tints of Kobi #DB9BAE
RGB
CMYK
RGB Variations
Color information
#DB9BAE (or 0xDB9BAE) is known color: Kobi. HEX triplet: DB, 9B and AE. RGB value is (219,155,174). Sum of RGB (Red+Green+Blue) = 219+155+174=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9BAE is #246451. Grayscale: #B0B0B0. Windows color (decimal): -2384978 or 11443163. OLE color: 11443163.
HSL color Cylindrical-coordinate representation of color #DB9BAE: hue angle of 342.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9BAE is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 174 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.14 |
| HSL | 342.19º | 0.47% | 0.73% | - |
| HSV(B) | 342.19º | 0.29% | 0.86% | - |
| XYZ | 48.57 | 41.56 | 45.51 | - |
| YUV | 176.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 174 | 0 | 0.29 | 0.21 | 0.14 | 342.19 | 0.47 | 0.73 |
| Hex | DB | 9B | AE | 0 | 1D | 15 | E | 156 | 2F | 49 |
| Octal | 333 | 233 | 256 | 0 | 35 | 25 | 16 | 526 | 57 | 111 |
| Binary | 11011011 | 10011011 | 10101110 | 0 | 11101 | 10101 | 1110 | 101010110 | 101111 | 1001001 |
Color Harmonies of #DB9BAE
Complementary color
Monochromatic Colors of #DB9BAE
Black with #DB9BAE
Text Example
Text Example
White with #DB9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BAE; }
p { color: rgb(219,155,174); }
H1.HeaderClassName
{
color: #DB9BAE;
}
.AnyTagClassName
{
color: #DB9BAE;
}
</style>
background-color css
<style>
a { background-color: #DB9BAE; }
a { background-color: rgb(219,155,174); }
div.DivClassName
{
background-color: #DB9BAE;
}
.BgClassName
{
background-color: #DB9BAE;
}
</style>
border-color css
<style>
span { border-color: #DB9BAE; }
span { border-color: rgb(219,155,174); }
td.TdClassName
{
border-color: #DB9BAE;
}
.TagClassName
{
border-color: #DB9BAE;
}
</style>