Shades of Kobi #D18EAF
Tints of Kobi #D18EAF
RGB
CMYK
RGB Variations
Color information
#D18EAF (or 0xD18EAF) is known color: Kobi. HEX triplet: D1, 8E and AF. RGB value is (209,142,175). Sum of RGB (Red+Green+Blue) = 209+142+175=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D18EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18EAF is #2E7150. Grayscale: #A5A5A5. Windows color (decimal): -3043665 or 11505361. OLE color: 11505361.
HSL color Cylindrical-coordinate representation of color #D18EAF: hue angle of 330.45º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18EAF is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 142 | 175 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.18 |
| HSL | 330.45º | 0.42% | 0.69% | - |
| HSV(B) | 330.45º | 0.32% | 0.82% | - |
| XYZ | 43.71 | 36 | 45.2 | - |
| YUV | 165.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 142 | 175 | 0 | 0.32 | 0.16 | 0.18 | 330.45 | 0.42 | 0.69 |
| Hex | D1 | 8E | AF | 0 | 20 | 10 | 12 | 14A | 2A | 45 |
| Octal | 321 | 216 | 257 | 0 | 40 | 20 | 22 | 512 | 52 | 105 |
| Binary | 11010001 | 10001110 | 10101111 | 0 | 100000 | 10000 | 10010 | 101001010 | 101010 | 1000101 |
Color Harmonies of #D18EAF
Complementary color
Monochromatic Colors of #D18EAF
Black with #D18EAF
Text Example
Text Example
White with #D18EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18EAF; }
p { color: rgb(209,142,175); }
H1.HeaderClassName
{
color: #D18EAF;
}
.AnyTagClassName
{
color: #D18EAF;
}
</style>
background-color css
<style>
a { background-color: #D18EAF; }
a { background-color: rgb(209,142,175); }
div.DivClassName
{
background-color: #D18EAF;
}
.BgClassName
{
background-color: #D18EAF;
}
</style>
border-color css
<style>
span { border-color: #D18EAF; }
span { border-color: rgb(209,142,175); }
td.TdClassName
{
border-color: #D18EAF;
}
.TagClassName
{
border-color: #D18EAF;
}
</style>