Shades of Kobi #D59EAE
Tints of Kobi #D59EAE
RGB
CMYK
RGB Variations
Color information
#D59EAE (or 0xD59EAE) is known color: Kobi. HEX triplet: D5, 9E and AE. RGB value is (213,158,174). Sum of RGB (Red+Green+Blue) = 213+158+174=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59EAE is #2A6151. Grayscale: #B0B0B0. Windows color (decimal): -2777426 or 11443925. OLE color: 11443925.
HSL color Cylindrical-coordinate representation of color #D59EAE: hue angle of 342.55º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59EAE is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 174 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.16 |
| HSL | 342.55º | 0.4% | 0.73% | - |
| HSV(B) | 342.55º | 0.26% | 0.84% | - |
| XYZ | 47.31 | 41.66 | 45.59 | - |
| YUV | 176.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 174 | 0 | 0.26 | 0.18 | 0.16 | 342.55 | 0.4 | 0.73 |
| Hex | D5 | 9E | AE | 0 | 1A | 12 | 10 | 157 | 28 | 49 |
| Octal | 325 | 236 | 256 | 0 | 32 | 22 | 20 | 527 | 50 | 111 |
| Binary | 11010101 | 10011110 | 10101110 | 0 | 11010 | 10010 | 10000 | 101010111 | 101000 | 1001001 |
Color Harmonies of #D59EAE
Complementary color
Monochromatic Colors of #D59EAE
Black with #D59EAE
Text Example
Text Example
White with #D59EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EAE; }
p { color: rgb(213,158,174); }
H1.HeaderClassName
{
color: #D59EAE;
}
.AnyTagClassName
{
color: #D59EAE;
}
</style>
background-color css
<style>
a { background-color: #D59EAE; }
a { background-color: rgb(213,158,174); }
div.DivClassName
{
background-color: #D59EAE;
}
.BgClassName
{
background-color: #D59EAE;
}
</style>
border-color css
<style>
span { border-color: #D59EAE; }
span { border-color: rgb(213,158,174); }
td.TdClassName
{
border-color: #D59EAE;
}
.TagClassName
{
border-color: #D59EAE;
}
</style>