Shades of Kobi #D88EAE
Tints of Kobi #D88EAE
RGB
CMYK
RGB Variations
Color information
#D88EAE (or 0xD88EAE) is known color: Kobi. HEX triplet: D8, 8E and AE. RGB value is (216,142,174). Sum of RGB (Red+Green+Blue) = 216+142+174=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D88EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88EAE is #277151. Grayscale: #A7A7A7. Windows color (decimal): -2584914 or 11439832. OLE color: 11439832.
HSL color Cylindrical-coordinate representation of color #D88EAE: hue angle of 334.05º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88EAE is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 174 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.15 |
| HSL | 334.05º | 0.49% | 0.7% | - |
| HSV(B) | 334.05º | 0.34% | 0.85% | - |
| XYZ | 45.63 | 37 | 44.78 | - |
| YUV | 167.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 174 | 0 | 0.34 | 0.19 | 0.15 | 334.05 | 0.49 | 0.7 |
| Hex | D8 | 8E | AE | 0 | 22 | 13 | F | 14E | 31 | 46 |
| Octal | 330 | 216 | 256 | 0 | 42 | 23 | 17 | 516 | 61 | 106 |
| Binary | 11011000 | 10001110 | 10101110 | 0 | 100010 | 10011 | 1111 | 101001110 | 110001 | 1000110 |
Color Harmonies of #D88EAE
Complementary color
Monochromatic Colors of #D88EAE
Black with #D88EAE
Text Example
Text Example
White with #D88EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88EAE; }
p { color: rgb(216,142,174); }
H1.HeaderClassName
{
color: #D88EAE;
}
.AnyTagClassName
{
color: #D88EAE;
}
</style>
background-color css
<style>
a { background-color: #D88EAE; }
a { background-color: rgb(216,142,174); }
div.DivClassName
{
background-color: #D88EAE;
}
.BgClassName
{
background-color: #D88EAE;
}
</style>
border-color css
<style>
span { border-color: #D88EAE; }
span { border-color: rgb(216,142,174); }
td.TdClassName
{
border-color: #D88EAE;
}
.TagClassName
{
border-color: #D88EAE;
}
</style>