Shades of Kobi #D67EAB
Tints of Kobi #D67EAB
RGB
CMYK
RGB Variations
Color information
#D67EAB (or 0xD67EAB) is known color: Kobi. HEX triplet: D6, 7E and AB. RGB value is (214,126,171). Sum of RGB (Red+Green+Blue) = 214+126+171=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67EAB is #298154. Grayscale: #9D9D9D. Windows color (decimal): -2720085 or 11239126. OLE color: 11239126.
HSL color Cylindrical-coordinate representation of color #D67EAB: hue angle of 329.32º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67EAB is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 171 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.16 |
| HSL | 329.32º | 0.52% | 0.67% | - |
| HSV(B) | 329.32º | 0.41% | 0.84% | - |
| XYZ | 42.54 | 32.16 | 42.49 | - |
| YUV | 157.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 171 | 0 | 0.41 | 0.20 | 0.16 | 329.32 | 0.52 | 0.67 |
| Hex | D6 | 7E | AB | 0 | 29 | 14 | 10 | 149 | 34 | 43 |
| Octal | 326 | 176 | 253 | 0 | 51 | 24 | 20 | 511 | 64 | 103 |
| Binary | 11010110 | 1111110 | 10101011 | 0 | 101001 | 10100 | 10000 | 101001001 | 110100 | 1000011 |
Color Harmonies of #D67EAB
Complementary color
Monochromatic Colors of #D67EAB
Black with #D67EAB
Text Example
Text Example
White with #D67EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67EAB; }
p { color: rgb(214,126,171); }
H1.HeaderClassName
{
color: #D67EAB;
}
.AnyTagClassName
{
color: #D67EAB;
}
</style>
background-color css
<style>
a { background-color: #D67EAB; }
a { background-color: rgb(214,126,171); }
div.DivClassName
{
background-color: #D67EAB;
}
.BgClassName
{
background-color: #D67EAB;
}
</style>
border-color css
<style>
span { border-color: #D67EAB; }
span { border-color: rgb(214,126,171); }
td.TdClassName
{
border-color: #D67EAB;
}
.TagClassName
{
border-color: #D67EAB;
}
</style>