Shades of Kobi #DB8BA6
Tints of Kobi #DB8BA6
RGB
CMYK
RGB Variations
Color information
#DB8BA6 (or 0xDB8BA6) is known color: Kobi. HEX triplet: DB, 8B and A6. RGB value is (219,139,166). Sum of RGB (Red+Green+Blue) = 219+139+166=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8BA6 is #247459. Grayscale: #A5A5A5. Windows color (decimal): -2389082 or 10914779. OLE color: 10914779.
HSL color Cylindrical-coordinate representation of color #DB8BA6: hue angle of 339.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BA6 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 139 | 166 | - |
CMYK | 0 | 0.37 | 0.24 | 0.14 |
HSL | 339.75º | 0.53% | 0.7% | - |
HSV(B) | 339.75º | 0.37% | 0.86% | - |
XYZ | 45.33 | 36.28 | 40.69 | - |
YUV | 166 | 128 | 165.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 139 | 166 | 0 | 0.37 | 0.24 | 0.14 | 339.75 | 0.53 | 0.7 |
Hex | DB | 8B | A6 | 0 | 25 | 18 | E | 154 | 35 | 46 |
Octal | 333 | 213 | 246 | 0 | 45 | 30 | 16 | 524 | 65 | 106 |
Binary | 11011011 | 10001011 | 10100110 | 0 | 100101 | 11000 | 1110 | 101010100 | 110101 | 1000110 |
Color Harmonies of #DB8BA6
Complementary color
Monochromatic Colors of #DB8BA6
Black with #DB8BA6
Text Example
Text Example
White with #DB8BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BA6; }
p { color: rgb(219,139,166); }
H1.HeaderClassName
{
color: #DB8BA6;
}
.AnyTagClassName
{
color: #DB8BA6;
}
</style>
background-color css
<style>
a { background-color: #DB8BA6; }
a { background-color: rgb(219,139,166); }
div.DivClassName
{
background-color: #DB8BA6;
}
.BgClassName
{
background-color: #DB8BA6;
}
</style>
border-color css
<style>
span { border-color: #DB8BA6; }
span { border-color: rgb(219,139,166); }
td.TdClassName
{
border-color: #DB8BA6;
}
.TagClassName
{
border-color: #DB8BA6;
}
</style>