Shades of Kobi #D49EAF
Tints of Kobi #D49EAF
RGB
CMYK
RGB Variations
Color information
#D49EAF (or 0xD49EAF) is known color: Kobi. HEX triplet: D4, 9E and AF. RGB value is (212,158,175). Sum of RGB (Red+Green+Blue) = 212+158+175=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49EAF is #2B6150. Grayscale: #B0B0B0. Windows color (decimal): -2842961 or 11509460. OLE color: 11509460.
HSL color Cylindrical-coordinate representation of color #D49EAF: hue angle of 341.11º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49EAF is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 175 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.17 |
| HSL | 341.11º | 0.39% | 0.73% | - |
| HSV(B) | 341.11º | 0.25% | 0.83% | - |
| XYZ | 47.12 | 41.55 | 46.09 | - |
| YUV | 176.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 175 | 0 | 0.25 | 0.17 | 0.17 | 341.11 | 0.39 | 0.73 |
| Hex | D4 | 9E | AF | 0 | 19 | 11 | 11 | 155 | 27 | 49 |
| Octal | 324 | 236 | 257 | 0 | 31 | 21 | 21 | 525 | 47 | 111 |
| Binary | 11010100 | 10011110 | 10101111 | 0 | 11001 | 10001 | 10001 | 101010101 | 100111 | 1001001 |
Color Harmonies of #D49EAF
Complementary color
Monochromatic Colors of #D49EAF
Black with #D49EAF
Text Example
Text Example
White with #D49EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49EAF; }
p { color: rgb(212,158,175); }
H1.HeaderClassName
{
color: #D49EAF;
}
.AnyTagClassName
{
color: #D49EAF;
}
</style>
background-color css
<style>
a { background-color: #D49EAF; }
a { background-color: rgb(212,158,175); }
div.DivClassName
{
background-color: #D49EAF;
}
.BgClassName
{
background-color: #D49EAF;
}
</style>
border-color css
<style>
span { border-color: #D49EAF; }
span { border-color: rgb(212,158,175); }
td.TdClassName
{
border-color: #D49EAF;
}
.TagClassName
{
border-color: #D49EAF;
}
</style>