Shades of Kobi #DB8CA8
Tints of Kobi #DB8CA8
RGB
CMYK
RGB Variations
Color information
#DB8CA8 (or 0xDB8CA8) is known color: Kobi. HEX triplet: DB, 8C and A8. RGB value is (219,140,168). Sum of RGB (Red+Green+Blue) = 219+140+168=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8CA8 is #247357. Grayscale: #A6A6A6. Windows color (decimal): -2388824 or 11046107. OLE color: 11046107.
HSL color Cylindrical-coordinate representation of color #DB8CA8: hue angle of 338.73º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CA8 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 168 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.14 |
| HSL | 338.73º | 0.52% | 0.7% | - |
| HSV(B) | 338.73º | 0.36% | 0.86% | - |
| XYZ | 45.66 | 36.64 | 41.71 | - |
| YUV | 166.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 168 | 0 | 0.36 | 0.23 | 0.14 | 338.73 | 0.52 | 0.7 |
| Hex | DB | 8C | A8 | 0 | 24 | 17 | E | 153 | 34 | 46 |
| Octal | 333 | 214 | 250 | 0 | 44 | 27 | 16 | 523 | 64 | 106 |
| Binary | 11011011 | 10001100 | 10101000 | 0 | 100100 | 10111 | 1110 | 101010011 | 110100 | 1000110 |
Color Harmonies of #DB8CA8
Complementary color
Monochromatic Colors of #DB8CA8
Black with #DB8CA8
Text Example
Text Example
White with #DB8CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CA8; }
p { color: rgb(219,140,168); }
H1.HeaderClassName
{
color: #DB8CA8;
}
.AnyTagClassName
{
color: #DB8CA8;
}
</style>
background-color css
<style>
a { background-color: #DB8CA8; }
a { background-color: rgb(219,140,168); }
div.DivClassName
{
background-color: #DB8CA8;
}
.BgClassName
{
background-color: #DB8CA8;
}
</style>
border-color css
<style>
span { border-color: #DB8CA8; }
span { border-color: rgb(219,140,168); }
td.TdClassName
{
border-color: #DB8CA8;
}
.TagClassName
{
border-color: #DB8CA8;
}
</style>