Shades of Kobi #D89FAE
Tints of Kobi #D89FAE
RGB
CMYK
RGB Variations
Color information
#D89FAE (or 0xD89FAE) is known color: Kobi. HEX triplet: D8, 9F and AE. RGB value is (216,159,174). Sum of RGB (Red+Green+Blue) = 216+159+174=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89FAE is #276051. Grayscale: #B1B1B1. Windows color (decimal): -2580562 or 11444184. OLE color: 11444184.
HSL color Cylindrical-coordinate representation of color #D89FAE: hue angle of 344.21º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FAE is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 174 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.15 |
| HSL | 344.21º | 0.42% | 0.74% | - |
| HSV(B) | 344.21º | 0.26% | 0.85% | - |
| XYZ | 48.36 | 42.45 | 45.69 | - |
| YUV | 177.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 174 | 0 | 0.26 | 0.19 | 0.15 | 344.21 | 0.42 | 0.74 |
| Hex | D8 | 9F | AE | 0 | 1A | 13 | F | 158 | 2A | 4A |
| Octal | 330 | 237 | 256 | 0 | 32 | 23 | 17 | 530 | 52 | 112 |
| Binary | 11011000 | 10011111 | 10101110 | 0 | 11010 | 10011 | 1111 | 101011000 | 101010 | 1001010 |
Color Harmonies of #D89FAE
Complementary color
Monochromatic Colors of #D89FAE
Black with #D89FAE
Text Example
Text Example
White with #D89FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FAE; }
p { color: rgb(216,159,174); }
H1.HeaderClassName
{
color: #D89FAE;
}
.AnyTagClassName
{
color: #D89FAE;
}
</style>
background-color css
<style>
a { background-color: #D89FAE; }
a { background-color: rgb(216,159,174); }
div.DivClassName
{
background-color: #D89FAE;
}
.BgClassName
{
background-color: #D89FAE;
}
</style>
border-color css
<style>
span { border-color: #D89FAE; }
span { border-color: rgb(216,159,174); }
td.TdClassName
{
border-color: #D89FAE;
}
.TagClassName
{
border-color: #D89FAE;
}
</style>