Shades of Kobi #D68EAF
Tints of Kobi #D68EAF
RGB
CMYK
RGB Variations
Color information
#D68EAF (or 0xD68EAF) is known color: Kobi. HEX triplet: D6, 8E and AF. RGB value is (214,142,175). Sum of RGB (Red+Green+Blue) = 214+142+175=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68EAF is #297150. Grayscale: #A7A7A7. Windows color (decimal): -2715985 or 11505366. OLE color: 11505366.
HSL color Cylindrical-coordinate representation of color #D68EAF: hue angle of 332.5º 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 #D68EAF is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 175 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.16 |
| HSL | 332.5º | 0.47% | 0.7% | - |
| HSV(B) | 332.5º | 0.34% | 0.84% | - |
| XYZ | 45.14 | 36.74 | 45.27 | - |
| YUV | 167.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 175 | 0 | 0.34 | 0.18 | 0.16 | 332.5 | 0.47 | 0.7 |
| Hex | D6 | 8E | AF | 0 | 22 | 12 | 10 | 14C | 2F | 46 |
| Octal | 326 | 216 | 257 | 0 | 42 | 22 | 20 | 514 | 57 | 106 |
| Binary | 11010110 | 10001110 | 10101111 | 0 | 100010 | 10010 | 10000 | 101001100 | 101111 | 1000110 |
Color Harmonies of #D68EAF
Complementary color
Monochromatic Colors of #D68EAF
Black with #D68EAF
Text Example
Text Example
White with #D68EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68EAF; }
p { color: rgb(214,142,175); }
H1.HeaderClassName
{
color: #D68EAF;
}
.AnyTagClassName
{
color: #D68EAF;
}
</style>
background-color css
<style>
a { background-color: #D68EAF; }
a { background-color: rgb(214,142,175); }
div.DivClassName
{
background-color: #D68EAF;
}
.BgClassName
{
background-color: #D68EAF;
}
</style>
border-color css
<style>
span { border-color: #D68EAF; }
span { border-color: rgb(214,142,175); }
td.TdClassName
{
border-color: #D68EAF;
}
.TagClassName
{
border-color: #D68EAF;
}
</style>