Shades of Kobi #D08EAA
Tints of Kobi #D08EAA
RGB
CMYK
RGB Variations
Color information
#D08EAA (or 0xD08EAA) is known color: Kobi. HEX triplet: D0, 8E and AA. RGB value is (208,142,170). Sum of RGB (Red+Green+Blue) = 208+142+170=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08EAA is #2F7155. Grayscale: #A4A4A4. Windows color (decimal): -3109206 or 11177680. OLE color: 11177680.
HSL color Cylindrical-coordinate representation of color #D08EAA: hue angle of 334.55º 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 #D08EAA is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 170 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.18 |
| HSL | 334.55º | 0.41% | 0.69% | - |
| HSV(B) | 334.55º | 0.32% | 0.82% | - |
| XYZ | 42.94 | 35.66 | 42.65 | - |
| YUV | 164.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 170 | 0 | 0.32 | 0.18 | 0.18 | 334.55 | 0.41 | 0.69 |
| Hex | D0 | 8E | AA | 0 | 20 | 12 | 12 | 14F | 29 | 45 |
| Octal | 320 | 216 | 252 | 0 | 40 | 22 | 22 | 517 | 51 | 105 |
| Binary | 11010000 | 10001110 | 10101010 | 0 | 100000 | 10010 | 10010 | 101001111 | 101001 | 1000101 |
Color Harmonies of #D08EAA
Complementary color
Monochromatic Colors of #D08EAA
Black with #D08EAA
Text Example
Text Example
White with #D08EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08EAA; }
p { color: rgb(208,142,170); }
H1.HeaderClassName
{
color: #D08EAA;
}
.AnyTagClassName
{
color: #D08EAA;
}
</style>
background-color css
<style>
a { background-color: #D08EAA; }
a { background-color: rgb(208,142,170); }
div.DivClassName
{
background-color: #D08EAA;
}
.BgClassName
{
background-color: #D08EAA;
}
</style>
border-color css
<style>
span { border-color: #D08EAA; }
span { border-color: rgb(208,142,170); }
td.TdClassName
{
border-color: #D08EAA;
}
.TagClassName
{
border-color: #D08EAA;
}
</style>