Shades of Kobi #DE8AB0
Tints of Kobi #DE8AB0
RGB
CMYK
RGB Variations
Color information
#DE8AB0 (or 0xDE8AB0) is known color: Kobi. HEX triplet: DE, 8A and B0. RGB value is (222,138,176). Sum of RGB (Red+Green+Blue) = 222+138+176=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8AB0 is #21754F. Grayscale: #A7A7A7. Windows color (decimal): -2192720 or 11569886. OLE color: 11569886.
HSL color Cylindrical-coordinate representation of color #DE8AB0: hue angle of 332.86º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8AB0 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 176 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.13 |
| HSL | 332.86º | 0.56% | 0.71% | - |
| HSV(B) | 332.86º | 0.38% | 0.87% | - |
| XYZ | 47.05 | 36.84 | 45.71 | - |
| YUV | 167.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 176 | 0 | 0.38 | 0.21 | 0.13 | 332.86 | 0.56 | 0.71 |
| Hex | DE | 8A | B0 | 0 | 26 | 15 | D | 14D | 38 | 47 |
| Octal | 336 | 212 | 260 | 0 | 46 | 25 | 15 | 515 | 70 | 107 |
| Binary | 11011110 | 10001010 | 10110000 | 0 | 100110 | 10101 | 1101 | 101001101 | 111000 | 1000111 |
Color Harmonies of #DE8AB0
Complementary color
Monochromatic Colors of #DE8AB0
Black with #DE8AB0
Text Example
Text Example
White with #DE8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8AB0; }
p { color: rgb(222,138,176); }
H1.HeaderClassName
{
color: #DE8AB0;
}
.AnyTagClassName
{
color: #DE8AB0;
}
</style>
background-color css
<style>
a { background-color: #DE8AB0; }
a { background-color: rgb(222,138,176); }
div.DivClassName
{
background-color: #DE8AB0;
}
.BgClassName
{
background-color: #DE8AB0;
}
</style>
border-color css
<style>
span { border-color: #DE8AB0; }
span { border-color: rgb(222,138,176); }
td.TdClassName
{
border-color: #DE8AB0;
}
.TagClassName
{
border-color: #DE8AB0;
}
</style>