Shades of Kobi #D68EAD
Tints of Kobi #D68EAD
RGB
CMYK
RGB Variations
Color information
#D68EAD (or 0xD68EAD) is known color: Kobi. HEX triplet: D6, 8E and AD. RGB value is (214,142,173). Sum of RGB (Red+Green+Blue) = 214+142+173=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68EAD is #297152. Grayscale: #A7A7A7. Windows color (decimal): -2715987 or 11374294. OLE color: 11374294.
HSL color Cylindrical-coordinate representation of color #D68EAD: hue angle of 334.17º 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 #D68EAD is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 173 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.16 |
| HSL | 334.17º | 0.47% | 0.7% | - |
| HSV(B) | 334.17º | 0.34% | 0.84% | - |
| XYZ | 44.95 | 36.66 | 44.24 | - |
| YUV | 167.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 173 | 0 | 0.34 | 0.19 | 0.16 | 334.17 | 0.47 | 0.7 |
| Hex | D6 | 8E | AD | 0 | 22 | 13 | 10 | 14E | 2F | 46 |
| Octal | 326 | 216 | 255 | 0 | 42 | 23 | 20 | 516 | 57 | 106 |
| Binary | 11010110 | 10001110 | 10101101 | 0 | 100010 | 10011 | 10000 | 101001110 | 101111 | 1000110 |
Color Harmonies of #D68EAD
Complementary color
Monochromatic Colors of #D68EAD
Black with #D68EAD
Text Example
Text Example
White with #D68EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68EAD; }
p { color: rgb(214,142,173); }
H1.HeaderClassName
{
color: #D68EAD;
}
.AnyTagClassName
{
color: #D68EAD;
}
</style>
background-color css
<style>
a { background-color: #D68EAD; }
a { background-color: rgb(214,142,173); }
div.DivClassName
{
background-color: #D68EAD;
}
.BgClassName
{
background-color: #D68EAD;
}
</style>
border-color css
<style>
span { border-color: #D68EAD; }
span { border-color: rgb(214,142,173); }
td.TdClassName
{
border-color: #D68EAD;
}
.TagClassName
{
border-color: #D68EAD;
}
</style>