Shades of Kobi #D88EA6
Tints of Kobi #D88EA6
RGB
CMYK
RGB Variations
Color information
#D88EA6 (or 0xD88EA6) is known color: Kobi. HEX triplet: D8, 8E and A6. RGB value is (216,142,166). Sum of RGB (Red+Green+Blue) = 216+142+166=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D88EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88EA6 is #277159. Grayscale: #A6A6A6. Windows color (decimal): -2584922 or 10915544. OLE color: 10915544.
HSL color Cylindrical-coordinate representation of color #D88EA6: hue angle of 340.54º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88EA6 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 166 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.15 |
| HSL | 340.54º | 0.49% | 0.7% | - |
| HSV(B) | 340.54º | 0.34% | 0.85% | - |
| XYZ | 44.87 | 36.7 | 40.79 | - |
| YUV | 166.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 166 | 0 | 0.34 | 0.23 | 0.15 | 340.54 | 0.49 | 0.7 |
| Hex | D8 | 8E | A6 | 0 | 22 | 17 | F | 155 | 31 | 46 |
| Octal | 330 | 216 | 246 | 0 | 42 | 27 | 17 | 525 | 61 | 106 |
| Binary | 11011000 | 10001110 | 10100110 | 0 | 100010 | 10111 | 1111 | 101010101 | 110001 | 1000110 |
Color Harmonies of #D88EA6
Complementary color
Monochromatic Colors of #D88EA6
Black with #D88EA6
Text Example
Text Example
White with #D88EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88EA6; }
p { color: rgb(216,142,166); }
H1.HeaderClassName
{
color: #D88EA6;
}
.AnyTagClassName
{
color: #D88EA6;
}
</style>
background-color css
<style>
a { background-color: #D88EA6; }
a { background-color: rgb(216,142,166); }
div.DivClassName
{
background-color: #D88EA6;
}
.BgClassName
{
background-color: #D88EA6;
}
</style>
border-color css
<style>
span { border-color: #D88EA6; }
span { border-color: rgb(216,142,166); }
td.TdClassName
{
border-color: #D88EA6;
}
.TagClassName
{
border-color: #D88EA6;
}
</style>