Shades of Kobi #D68EAB
Tints of Kobi #D68EAB
RGB
CMYK
RGB Variations
Color information
#D68EAB (or 0xD68EAB) is known color: Kobi. HEX triplet: D6, 8E and AB. RGB value is (214,142,171). Sum of RGB (Red+Green+Blue) = 214+142+171=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68EAB is #297154. Grayscale: #A6A6A6. Windows color (decimal): -2715989 or 11243222. OLE color: 11243222.
HSL color Cylindrical-coordinate representation of color #D68EAB: hue angle of 335.83º 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 #D68EAB is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 171 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.16 |
| HSL | 335.83º | 0.47% | 0.7% | - |
| HSV(B) | 335.83º | 0.34% | 0.84% | - |
| XYZ | 44.76 | 36.58 | 43.23 | - |
| YUV | 166.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 171 | 0 | 0.34 | 0.20 | 0.16 | 335.83 | 0.47 | 0.7 |
| Hex | D6 | 8E | AB | 0 | 22 | 14 | 10 | 150 | 2F | 46 |
| Octal | 326 | 216 | 253 | 0 | 42 | 24 | 20 | 520 | 57 | 106 |
| Binary | 11010110 | 10001110 | 10101011 | 0 | 100010 | 10100 | 10000 | 101010000 | 101111 | 1000110 |
Color Harmonies of #D68EAB
Complementary color
Monochromatic Colors of #D68EAB
Black with #D68EAB
Text Example
Text Example
White with #D68EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68EAB; }
p { color: rgb(214,142,171); }
H1.HeaderClassName
{
color: #D68EAB;
}
.AnyTagClassName
{
color: #D68EAB;
}
</style>
background-color css
<style>
a { background-color: #D68EAB; }
a { background-color: rgb(214,142,171); }
div.DivClassName
{
background-color: #D68EAB;
}
.BgClassName
{
background-color: #D68EAB;
}
</style>
border-color css
<style>
span { border-color: #D68EAB; }
span { border-color: rgb(214,142,171); }
td.TdClassName
{
border-color: #D68EAB;
}
.TagClassName
{
border-color: #D68EAB;
}
</style>