Shades of Kobi #D19FAE
Tints of Kobi #D19FAE
RGB
CMYK
RGB Variations
Color information
#D19FAE (or 0xD19FAE) is known color: Kobi. HEX triplet: D1, 9F and AE. RGB value is (209,159,174). Sum of RGB (Red+Green+Blue) = 209+159+174=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19FAE is #2E6051. Grayscale: #AFAFAF. Windows color (decimal): -3039314 or 11444177. OLE color: 11444177.
HSL color Cylindrical-coordinate representation of color #D19FAE: hue angle of 342º degrees, saturation: 0.35, 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 #D19FAE is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 174 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.18 |
| HSL | 342º | 0.35% | 0.72% | - |
| HSV(B) | 342º | 0.24% | 0.82% | - |
| XYZ | 46.33 | 41.41 | 45.59 | - |
| YUV | 175.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 174 | 0 | 0.24 | 0.17 | 0.18 | 342 | 0.35 | 0.72 |
| Hex | D1 | 9F | AE | 0 | 18 | 11 | 12 | 156 | 23 | 48 |
| Octal | 321 | 237 | 256 | 0 | 30 | 21 | 22 | 526 | 43 | 110 |
| Binary | 11010001 | 10011111 | 10101110 | 0 | 11000 | 10001 | 10010 | 101010110 | 100011 | 1001000 |
Color Harmonies of #D19FAE
Complementary color
Monochromatic Colors of #D19FAE
Black with #D19FAE
Text Example
Text Example
White with #D19FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FAE; }
p { color: rgb(209,159,174); }
H1.HeaderClassName
{
color: #D19FAE;
}
.AnyTagClassName
{
color: #D19FAE;
}
</style>
background-color css
<style>
a { background-color: #D19FAE; }
a { background-color: rgb(209,159,174); }
div.DivClassName
{
background-color: #D19FAE;
}
.BgClassName
{
background-color: #D19FAE;
}
</style>
border-color css
<style>
span { border-color: #D19FAE; }
span { border-color: rgb(209,159,174); }
td.TdClassName
{
border-color: #D19FAE;
}
.TagClassName
{
border-color: #D19FAE;
}
</style>