Shades of Kobi #D68EAA
Tints of Kobi #D68EAA
RGB
CMYK
RGB Variations
Color information
#D68EAA (or 0xD68EAA) is known color: Kobi. HEX triplet: D6, 8E and AA. RGB value is (214,142,170). Sum of RGB (Red+Green+Blue) = 214+142+170=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68EAA is #297155. Grayscale: #A6A6A6. Windows color (decimal): -2715990 or 11177686. OLE color: 11177686.
HSL color Cylindrical-coordinate representation of color #D68EAA: hue angle of 336.67º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68EAA is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 170 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.16 |
| HSL | 336.67º | 0.47% | 0.7% | - |
| HSV(B) | 336.67º | 0.34% | 0.84% | - |
| XYZ | 44.66 | 36.54 | 42.73 | - |
| YUV | 166.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 170 | 0 | 0.34 | 0.21 | 0.16 | 336.67 | 0.47 | 0.7 |
| Hex | D6 | 8E | AA | 0 | 22 | 15 | 10 | 151 | 2F | 46 |
| Octal | 326 | 216 | 252 | 0 | 42 | 25 | 20 | 521 | 57 | 106 |
| Binary | 11010110 | 10001110 | 10101010 | 0 | 100010 | 10101 | 10000 | 101010001 | 101111 | 1000110 |
Color Harmonies of #D68EAA
Complementary color
Monochromatic Colors of #D68EAA
Black with #D68EAA
Text Example
Text Example
White with #D68EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68EAA; }
p { color: rgb(214,142,170); }
H1.HeaderClassName
{
color: #D68EAA;
}
.AnyTagClassName
{
color: #D68EAA;
}
</style>
background-color css
<style>
a { background-color: #D68EAA; }
a { background-color: rgb(214,142,170); }
div.DivClassName
{
background-color: #D68EAA;
}
.BgClassName
{
background-color: #D68EAA;
}
</style>
border-color css
<style>
span { border-color: #D68EAA; }
span { border-color: rgb(214,142,170); }
td.TdClassName
{
border-color: #D68EAA;
}
.TagClassName
{
border-color: #D68EAA;
}
</style>