Shades of Kobi #D49EB2
Tints of Kobi #D49EB2
RGB
CMYK
RGB Variations
Color information
#D49EB2 (or 0xD49EB2) is known color: Kobi. HEX triplet: D4, 9E and B2. RGB value is (212,158,178). Sum of RGB (Red+Green+Blue) = 212+158+178=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49EB2 is #2B614D. Grayscale: #B0B0B0. Windows color (decimal): -2842958 or 11706068. OLE color: 11706068.
HSL color Cylindrical-coordinate representation of color #D49EB2: hue angle of 337.78º 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 #D49EB2 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 178 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.17 |
| HSL | 337.78º | 0.39% | 0.73% | - |
| HSV(B) | 337.78º | 0.25% | 0.83% | - |
| XYZ | 47.41 | 41.67 | 47.66 | - |
| YUV | 176.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 178 | 0 | 0.25 | 0.16 | 0.17 | 337.78 | 0.39 | 0.73 |
| Hex | D4 | 9E | B2 | 0 | 19 | 10 | 11 | 152 | 27 | 49 |
| Octal | 324 | 236 | 262 | 0 | 31 | 20 | 21 | 522 | 47 | 111 |
| Binary | 11010100 | 10011110 | 10110010 | 0 | 11001 | 10000 | 10001 | 101010010 | 100111 | 1001001 |
Color Harmonies of #D49EB2
Complementary color
Monochromatic Colors of #D49EB2
Black with #D49EB2
Text Example
Text Example
White with #D49EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49EB2; }
p { color: rgb(212,158,178); }
H1.HeaderClassName
{
color: #D49EB2;
}
.AnyTagClassName
{
color: #D49EB2;
}
</style>
background-color css
<style>
a { background-color: #D49EB2; }
a { background-color: rgb(212,158,178); }
div.DivClassName
{
background-color: #D49EB2;
}
.BgClassName
{
background-color: #D49EB2;
}
</style>
border-color css
<style>
span { border-color: #D49EB2; }
span { border-color: rgb(212,158,178); }
td.TdClassName
{
border-color: #D49EB2;
}
.TagClassName
{
border-color: #D49EB2;
}
</style>