Shades of Kobi #DB9CB3
Tints of Kobi #DB9CB3
RGB
CMYK
RGB Variations
Color information
#DB9CB3 (or 0xDB9CB3) is known color: Kobi. HEX triplet: DB, 9C and B3. RGB value is (219,156,179). Sum of RGB (Red+Green+Blue) = 219+156+179=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CB3 is #24634C. Grayscale: #B1B1B1. Windows color (decimal): -2384717 or 11771099. OLE color: 11771099.
HSL color Cylindrical-coordinate representation of color #DB9CB3: hue angle of 338.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CB3 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 179 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.14 |
| HSL | 338.1º | 0.47% | 0.74% | - |
| HSV(B) | 338.1º | 0.29% | 0.86% | - |
| XYZ | 49.24 | 42.09 | 48.18 | - |
| YUV | 177.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 179 | 0 | 0.29 | 0.18 | 0.14 | 338.1 | 0.47 | 0.74 |
| Hex | DB | 9C | B3 | 0 | 1D | 12 | E | 152 | 2F | 4A |
| Octal | 333 | 234 | 263 | 0 | 35 | 22 | 16 | 522 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10110011 | 0 | 11101 | 10010 | 1110 | 101010010 | 101111 | 1001010 |
Color Harmonies of #DB9CB3
Complementary color
Monochromatic Colors of #DB9CB3
Black with #DB9CB3
Text Example
Text Example
White with #DB9CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CB3; }
p { color: rgb(219,156,179); }
H1.HeaderClassName
{
color: #DB9CB3;
}
.AnyTagClassName
{
color: #DB9CB3;
}
</style>
background-color css
<style>
a { background-color: #DB9CB3; }
a { background-color: rgb(219,156,179); }
div.DivClassName
{
background-color: #DB9CB3;
}
.BgClassName
{
background-color: #DB9CB3;
}
</style>
border-color css
<style>
span { border-color: #DB9CB3; }
span { border-color: rgb(219,156,179); }
td.TdClassName
{
border-color: #DB9CB3;
}
.TagClassName
{
border-color: #DB9CB3;
}
</style>