Shades of Kobi #D19EAE
Tints of Kobi #D19EAE
RGB
CMYK
RGB Variations
Color information
#D19EAE (or 0xD19EAE) is known color: Kobi. HEX triplet: D1, 9E and AE. RGB value is (209,158,174). Sum of RGB (Red+Green+Blue) = 209+158+174=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D19EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19EAE is #2E6151. Grayscale: #AFAFAF. Windows color (decimal): -3039570 or 11443921. OLE color: 11443921.
HSL color Cylindrical-coordinate representation of color #D19EAE: hue angle of 341.18º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19EAE is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 174 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.18 |
| HSL | 341.18º | 0.36% | 0.72% | - |
| HSV(B) | 341.18º | 0.24% | 0.82% | - |
| XYZ | 46.16 | 41.07 | 45.54 | - |
| YUV | 175.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 174 | 0 | 0.24 | 0.17 | 0.18 | 341.18 | 0.36 | 0.72 |
| Hex | D1 | 9E | AE | 0 | 18 | 11 | 12 | 155 | 24 | 48 |
| Octal | 321 | 236 | 256 | 0 | 30 | 21 | 22 | 525 | 44 | 110 |
| Binary | 11010001 | 10011110 | 10101110 | 0 | 11000 | 10001 | 10010 | 101010101 | 100100 | 1001000 |
Color Harmonies of #D19EAE
Complementary color
Monochromatic Colors of #D19EAE
Black with #D19EAE
Text Example
Text Example
White with #D19EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19EAE; }
p { color: rgb(209,158,174); }
H1.HeaderClassName
{
color: #D19EAE;
}
.AnyTagClassName
{
color: #D19EAE;
}
</style>
background-color css
<style>
a { background-color: #D19EAE; }
a { background-color: rgb(209,158,174); }
div.DivClassName
{
background-color: #D19EAE;
}
.BgClassName
{
background-color: #D19EAE;
}
</style>
border-color css
<style>
span { border-color: #D19EAE; }
span { border-color: rgb(209,158,174); }
td.TdClassName
{
border-color: #D19EAE;
}
.TagClassName
{
border-color: #D19EAE;
}
</style>