Shades of Kobi #DB99AB
Tints of Kobi #DB99AB
RGB
CMYK
RGB Variations
Color information
#DB99AB (or 0xDB99AB) is known color: Kobi. HEX triplet: DB, 99 and AB. RGB value is (219,153,171). Sum of RGB (Red+Green+Blue) = 219+153+171=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB99AB is #246654. Grayscale: #AEAEAE. Windows color (decimal): -2385493 or 11246043. OLE color: 11246043.
HSL color Cylindrical-coordinate representation of color #DB99AB: hue angle of 343.64º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99AB is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 171 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.14 |
| HSL | 343.64º | 0.48% | 0.73% | - |
| HSV(B) | 343.64º | 0.3% | 0.86% | - |
| XYZ | 47.96 | 40.78 | 43.87 | - |
| YUV | 174.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 171 | 0 | 0.30 | 0.22 | 0.14 | 343.64 | 0.48 | 0.73 |
| Hex | DB | 99 | AB | 0 | 1E | 16 | E | 158 | 30 | 49 |
| Octal | 333 | 231 | 253 | 0 | 36 | 26 | 16 | 530 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10101011 | 0 | 11110 | 10110 | 1110 | 101011000 | 110000 | 1001001 |
Color Harmonies of #DB99AB
Complementary color
Monochromatic Colors of #DB99AB
Black with #DB99AB
Text Example
Text Example
White with #DB99AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99AB; }
p { color: rgb(219,153,171); }
H1.HeaderClassName
{
color: #DB99AB;
}
.AnyTagClassName
{
color: #DB99AB;
}
</style>
background-color css
<style>
a { background-color: #DB99AB; }
a { background-color: rgb(219,153,171); }
div.DivClassName
{
background-color: #DB99AB;
}
.BgClassName
{
background-color: #DB99AB;
}
</style>
border-color css
<style>
span { border-color: #DB99AB; }
span { border-color: rgb(219,153,171); }
td.TdClassName
{
border-color: #DB99AB;
}
.TagClassName
{
border-color: #DB99AB;
}
</style>