Shades of Kobi #DB98B3
Tints of Kobi #DB98B3
RGB
CMYK
RGB Variations
Color information
#DB98B3 (or 0xDB98B3) is known color: Kobi. HEX triplet: DB, 98 and B3. RGB value is (219,152,179). Sum of RGB (Red+Green+Blue) = 219+152+179=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98B3 is #24674C. Grayscale: #AFAFAF. Windows color (decimal): -2385741 or 11770075. OLE color: 11770075.
HSL color Cylindrical-coordinate representation of color #DB98B3: hue angle of 335.82º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB98B3 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 179 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.14 |
| HSL | 335.82º | 0.48% | 0.73% | - |
| HSV(B) | 335.82º | 0.31% | 0.86% | - |
| XYZ | 48.58 | 40.77 | 47.96 | - |
| YUV | 175.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 179 | 0 | 0.31 | 0.18 | 0.14 | 335.82 | 0.48 | 0.73 |
| Hex | DB | 98 | B3 | 0 | 1F | 12 | E | 150 | 30 | 49 |
| Octal | 333 | 230 | 263 | 0 | 37 | 22 | 16 | 520 | 60 | 111 |
| Binary | 11011011 | 10011000 | 10110011 | 0 | 11111 | 10010 | 1110 | 101010000 | 110000 | 1001001 |
Color Harmonies of #DB98B3
Complementary color
Monochromatic Colors of #DB98B3
Black with #DB98B3
Text Example
Text Example
White with #DB98B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98B3; }
p { color: rgb(219,152,179); }
H1.HeaderClassName
{
color: #DB98B3;
}
.AnyTagClassName
{
color: #DB98B3;
}
</style>
background-color css
<style>
a { background-color: #DB98B3; }
a { background-color: rgb(219,152,179); }
div.DivClassName
{
background-color: #DB98B3;
}
.BgClassName
{
background-color: #DB98B3;
}
</style>
border-color css
<style>
span { border-color: #DB98B3; }
span { border-color: rgb(219,152,179); }
td.TdClassName
{
border-color: #DB98B3;
}
.TagClassName
{
border-color: #DB98B3;
}
</style>