Shades of Kobi #DBA4B6
Tints of Kobi #DBA4B6
RGB
CMYK
RGB Variations
Color information
#DBA4B6 (or 0xDBA4B6) is known color: Kobi. HEX triplet: DB, A4 and B6. RGB value is (219,164,182). Sum of RGB (Red+Green+Blue) = 219+164+182=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4B6 is #245B49. Grayscale: #B6B6B6. Windows color (decimal): -2382666 or 11969755. OLE color: 11969755.
HSL color Cylindrical-coordinate representation of color #DBA4B6: hue angle of 340.36º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA4B6 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 182 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.14 |
| HSL | 340.36º | 0.43% | 0.75% | - |
| HSV(B) | 340.36º | 0.25% | 0.86% | - |
| XYZ | 50.93 | 44.99 | 50.26 | - |
| YUV | 182.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 182 | 0 | 0.25 | 0.17 | 0.14 | 340.36 | 0.43 | 0.75 |
| Hex | DB | A4 | B6 | 0 | 19 | 11 | E | 154 | 2B | 4B |
| Octal | 333 | 244 | 266 | 0 | 31 | 21 | 16 | 524 | 53 | 113 |
| Binary | 11011011 | 10100100 | 10110110 | 0 | 11001 | 10001 | 1110 | 101010100 | 101011 | 1001011 |
Color Harmonies of #DBA4B6
Complementary color
Monochromatic Colors of #DBA4B6
Black with #DBA4B6
Text Example
Text Example
White with #DBA4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4B6; }
p { color: rgb(219,164,182); }
H1.HeaderClassName
{
color: #DBA4B6;
}
.AnyTagClassName
{
color: #DBA4B6;
}
</style>
background-color css
<style>
a { background-color: #DBA4B6; }
a { background-color: rgb(219,164,182); }
div.DivClassName
{
background-color: #DBA4B6;
}
.BgClassName
{
background-color: #DBA4B6;
}
</style>
border-color css
<style>
span { border-color: #DBA4B6; }
span { border-color: rgb(219,164,182); }
td.TdClassName
{
border-color: #DBA4B6;
}
.TagClassName
{
border-color: #DBA4B6;
}
</style>