Shades of Kobi #DB8EB4
Tints of Kobi #DB8EB4
RGB
CMYK
RGB Variations
Color information
#DB8EB4 (or 0xDB8EB4) is known color: Kobi. HEX triplet: DB, 8E and B4. RGB value is (219,142,180). Sum of RGB (Red+Green+Blue) = 219+142+180=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EB4 is #24714B. Grayscale: #A9A9A9. Windows color (decimal): -2388300 or 11833051. OLE color: 11833051.
HSL color Cylindrical-coordinate representation of color #DB8EB4: hue angle of 330.39º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8EB4 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 180 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.14 |
| HSL | 330.39º | 0.52% | 0.71% | - |
| HSV(B) | 330.39º | 0.35% | 0.86% | - |
| XYZ | 47.12 | 37.7 | 47.97 | - |
| YUV | 169.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 180 | 0 | 0.35 | 0.18 | 0.14 | 330.39 | 0.52 | 0.71 |
| Hex | DB | 8E | B4 | 0 | 23 | 12 | E | 14A | 34 | 47 |
| Octal | 333 | 216 | 264 | 0 | 43 | 22 | 16 | 512 | 64 | 107 |
| Binary | 11011011 | 10001110 | 10110100 | 0 | 100011 | 10010 | 1110 | 101001010 | 110100 | 1000111 |
Color Harmonies of #DB8EB4
Complementary color
Monochromatic Colors of #DB8EB4
Black with #DB8EB4
Text Example
Text Example
White with #DB8EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EB4; }
p { color: rgb(219,142,180); }
H1.HeaderClassName
{
color: #DB8EB4;
}
.AnyTagClassName
{
color: #DB8EB4;
}
</style>
background-color css
<style>
a { background-color: #DB8EB4; }
a { background-color: rgb(219,142,180); }
div.DivClassName
{
background-color: #DB8EB4;
}
.BgClassName
{
background-color: #DB8EB4;
}
</style>
border-color css
<style>
span { border-color: #DB8EB4; }
span { border-color: rgb(219,142,180); }
td.TdClassName
{
border-color: #DB8EB4;
}
.TagClassName
{
border-color: #DB8EB4;
}
</style>