Shades of Kobi #DB9CA8
Tints of Kobi #DB9CA8
RGB
CMYK
RGB Variations
Color information
#DB9CA8 (or 0xDB9CA8) is known color: Kobi. HEX triplet: DB, 9C and A8. RGB value is (219,156,168). Sum of RGB (Red+Green+Blue) = 219+156+168=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9CA8 is #246357. Grayscale: #B0B0B0. Windows color (decimal): -2384728 or 11050203. OLE color: 11050203.
HSL color Cylindrical-coordinate representation of color #DB9CA8: hue angle of 348.57º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CA8 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 168 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.14 |
| HSL | 348.57º | 0.47% | 0.74% | - |
| HSV(B) | 348.57º | 0.29% | 0.86% | - |
| XYZ | 48.17 | 41.66 | 42.55 | - |
| YUV | 176.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 168 | 0 | 0.29 | 0.23 | 0.14 | 348.57 | 0.47 | 0.74 |
| Hex | DB | 9C | A8 | 0 | 1D | 17 | E | 15D | 2F | 4A |
| Octal | 333 | 234 | 250 | 0 | 35 | 27 | 16 | 535 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10101000 | 0 | 11101 | 10111 | 1110 | 101011101 | 101111 | 1001010 |
Color Harmonies of #DB9CA8
Complementary color
Monochromatic Colors of #DB9CA8
Black with #DB9CA8
Text Example
Text Example
White with #DB9CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CA8; }
p { color: rgb(219,156,168); }
H1.HeaderClassName
{
color: #DB9CA8;
}
.AnyTagClassName
{
color: #DB9CA8;
}
</style>
background-color css
<style>
a { background-color: #DB9CA8; }
a { background-color: rgb(219,156,168); }
div.DivClassName
{
background-color: #DB9CA8;
}
.BgClassName
{
background-color: #DB9CA8;
}
</style>
border-color css
<style>
span { border-color: #DB9CA8; }
span { border-color: rgb(219,156,168); }
td.TdClassName
{
border-color: #DB9CA8;
}
.TagClassName
{
border-color: #DB9CA8;
}
</style>