Shades of Kobi #D17EAC
Tints of Kobi #D17EAC
RGB
CMYK
RGB Variations
Color information
#D17EAC (or 0xD17EAC) is known color: Kobi. HEX triplet: D1, 7E and AC. RGB value is (209,126,172). Sum of RGB (Red+Green+Blue) = 209+126+172=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D17EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17EAC is #2E8153. Grayscale: #9B9B9B. Windows color (decimal): -3047764 or 11304657. OLE color: 11304657.
HSL color Cylindrical-coordinate representation of color #D17EAC: hue angle of 326.75º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17EAC is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 172 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.18 |
| HSL | 326.75º | 0.47% | 0.66% | - |
| HSV(B) | 326.75º | 0.4% | 0.82% | - |
| XYZ | 41.2 | 31.46 | 42.93 | - |
| YUV | 156.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 172 | 0 | 0.40 | 0.18 | 0.18 | 326.75 | 0.47 | 0.66 |
| Hex | D1 | 7E | AC | 0 | 28 | 12 | 12 | 147 | 2F | 42 |
| Octal | 321 | 176 | 254 | 0 | 50 | 22 | 22 | 507 | 57 | 102 |
| Binary | 11010001 | 1111110 | 10101100 | 0 | 101000 | 10010 | 10010 | 101000111 | 101111 | 1000010 |
Color Harmonies of #D17EAC
Complementary color
Monochromatic Colors of #D17EAC
Black with #D17EAC
Text Example
Text Example
White with #D17EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17EAC; }
p { color: rgb(209,126,172); }
H1.HeaderClassName
{
color: #D17EAC;
}
.AnyTagClassName
{
color: #D17EAC;
}
</style>
background-color css
<style>
a { background-color: #D17EAC; }
a { background-color: rgb(209,126,172); }
div.DivClassName
{
background-color: #D17EAC;
}
.BgClassName
{
background-color: #D17EAC;
}
</style>
border-color css
<style>
span { border-color: #D17EAC; }
span { border-color: rgb(209,126,172); }
td.TdClassName
{
border-color: #D17EAC;
}
.TagClassName
{
border-color: #D17EAC;
}
</style>