Shades of Kobi #D89AAE
Tints of Kobi #D89AAE
RGB
CMYK
RGB Variations
Color information
#D89AAE (or 0xD89AAE) is known color: Kobi. HEX triplet: D8, 9A and AE. RGB value is (216,154,174). Sum of RGB (Red+Green+Blue) = 216+154+174=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89AAE is #276551. Grayscale: #AEAEAE. Windows color (decimal): -2581842 or 11442904. OLE color: 11442904.
HSL color Cylindrical-coordinate representation of color #D89AAE: hue angle of 340.65º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89AAE is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 174 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.15 |
| HSL | 340.65º | 0.44% | 0.73% | - |
| HSV(B) | 340.65º | 0.29% | 0.85% | - |
| XYZ | 47.51 | 40.77 | 45.41 | - |
| YUV | 174.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 174 | 0 | 0.29 | 0.19 | 0.15 | 340.65 | 0.44 | 0.73 |
| Hex | D8 | 9A | AE | 0 | 1D | 13 | F | 155 | 2C | 49 |
| Octal | 330 | 232 | 256 | 0 | 35 | 23 | 17 | 525 | 54 | 111 |
| Binary | 11011000 | 10011010 | 10101110 | 0 | 11101 | 10011 | 1111 | 101010101 | 101100 | 1001001 |
Color Harmonies of #D89AAE
Complementary color
Monochromatic Colors of #D89AAE
Black with #D89AAE
Text Example
Text Example
White with #D89AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89AAE; }
p { color: rgb(216,154,174); }
H1.HeaderClassName
{
color: #D89AAE;
}
.AnyTagClassName
{
color: #D89AAE;
}
</style>
background-color css
<style>
a { background-color: #D89AAE; }
a { background-color: rgb(216,154,174); }
div.DivClassName
{
background-color: #D89AAE;
}
.BgClassName
{
background-color: #D89AAE;
}
</style>
border-color css
<style>
span { border-color: #D89AAE; }
span { border-color: rgb(216,154,174); }
td.TdClassName
{
border-color: #D89AAE;
}
.TagClassName
{
border-color: #D89AAE;
}
</style>