Shades of Kobi #D08EAC
Tints of Kobi #D08EAC
RGB
CMYK
RGB Variations
Color information
#D08EAC (or 0xD08EAC) is known color: Kobi. HEX triplet: D0, 8E and AC. RGB value is (208,142,172). Sum of RGB (Red+Green+Blue) = 208+142+172=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08EAC is #2F7153. Grayscale: #A5A5A5. Windows color (decimal): -3109204 or 11308752. OLE color: 11308752.
HSL color Cylindrical-coordinate representation of color #D08EAC: hue angle of 332.73º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08EAC is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 172 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.18 |
| HSL | 332.73º | 0.41% | 0.69% | - |
| HSV(B) | 332.73º | 0.32% | 0.82% | - |
| XYZ | 43.13 | 35.73 | 43.65 | - |
| YUV | 165.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 172 | 0 | 0.32 | 0.17 | 0.18 | 332.73 | 0.41 | 0.69 |
| Hex | D0 | 8E | AC | 0 | 20 | 11 | 12 | 14D | 29 | 45 |
| Octal | 320 | 216 | 254 | 0 | 40 | 21 | 22 | 515 | 51 | 105 |
| Binary | 11010000 | 10001110 | 10101100 | 0 | 100000 | 10001 | 10010 | 101001101 | 101001 | 1000101 |
Color Harmonies of #D08EAC
Complementary color
Monochromatic Colors of #D08EAC
Black with #D08EAC
Text Example
Text Example
White with #D08EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08EAC; }
p { color: rgb(208,142,172); }
H1.HeaderClassName
{
color: #D08EAC;
}
.AnyTagClassName
{
color: #D08EAC;
}
</style>
background-color css
<style>
a { background-color: #D08EAC; }
a { background-color: rgb(208,142,172); }
div.DivClassName
{
background-color: #D08EAC;
}
.BgClassName
{
background-color: #D08EAC;
}
</style>
border-color css
<style>
span { border-color: #D08EAC; }
span { border-color: rgb(208,142,172); }
td.TdClassName
{
border-color: #D08EAC;
}
.TagClassName
{
border-color: #D08EAC;
}
</style>