Shades of Kobi #DB90AE
Tints of Kobi #DB90AE
RGB
CMYK
RGB Variations
Color information
#DB90AE (or 0xDB90AE) is known color: Kobi. HEX triplet: DB, 90 and AE. RGB value is (219,144,174). Sum of RGB (Red+Green+Blue) = 219+144+174=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB90AE is #246F51. Grayscale: #A9A9A9. Windows color (decimal): -2387794 or 11440347. OLE color: 11440347.
HSL color Cylindrical-coordinate representation of color #DB90AE: hue angle of 336º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB90AE is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 174 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.14 |
| HSL | 336º | 0.51% | 0.71% | - |
| HSV(B) | 336º | 0.34% | 0.86% | - |
| XYZ | 46.83 | 38.06 | 44.92 | - |
| YUV | 169.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 174 | 0 | 0.34 | 0.21 | 0.14 | 336 | 0.51 | 0.71 |
| Hex | DB | 90 | AE | 0 | 22 | 15 | E | 150 | 33 | 47 |
| Octal | 333 | 220 | 256 | 0 | 42 | 25 | 16 | 520 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10101110 | 0 | 100010 | 10101 | 1110 | 101010000 | 110011 | 1000111 |
Color Harmonies of #DB90AE
Complementary color
Monochromatic Colors of #DB90AE
Black with #DB90AE
Text Example
Text Example
White with #DB90AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90AE; }
p { color: rgb(219,144,174); }
H1.HeaderClassName
{
color: #DB90AE;
}
.AnyTagClassName
{
color: #DB90AE;
}
</style>
background-color css
<style>
a { background-color: #DB90AE; }
a { background-color: rgb(219,144,174); }
div.DivClassName
{
background-color: #DB90AE;
}
.BgClassName
{
background-color: #DB90AE;
}
</style>
border-color css
<style>
span { border-color: #DB90AE; }
span { border-color: rgb(219,144,174); }
td.TdClassName
{
border-color: #DB90AE;
}
.TagClassName
{
border-color: #DB90AE;
}
</style>