Shades of Kobi #D898AE
Tints of Kobi #D898AE
RGB
CMYK
RGB Variations
Color information
#D898AE (or 0xD898AE) is known color: Kobi. HEX triplet: D8, 98 and AE. RGB value is (216,152,174). Sum of RGB (Red+Green+Blue) = 216+152+174=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D898AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D898AE is #276751. Grayscale: #ADADAD. Windows color (decimal): -2582354 or 11442392. OLE color: 11442392.
HSL color Cylindrical-coordinate representation of color #D898AE: hue angle of 339.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D898AE is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 174 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.15 |
| HSL | 339.38º | 0.45% | 0.72% | - |
| HSV(B) | 339.38º | 0.3% | 0.85% | - |
| XYZ | 47.19 | 40.11 | 45.3 | - |
| YUV | 173.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 174 | 0 | 0.30 | 0.19 | 0.15 | 339.38 | 0.45 | 0.72 |
| Hex | D8 | 98 | AE | 0 | 1E | 13 | F | 153 | 2D | 48 |
| Octal | 330 | 230 | 256 | 0 | 36 | 23 | 17 | 523 | 55 | 110 |
| Binary | 11011000 | 10011000 | 10101110 | 0 | 11110 | 10011 | 1111 | 101010011 | 101101 | 1001000 |
Color Harmonies of #D898AE
Complementary color
Monochromatic Colors of #D898AE
Black with #D898AE
Text Example
Text Example
White with #D898AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898AE; }
p { color: rgb(216,152,174); }
H1.HeaderClassName
{
color: #D898AE;
}
.AnyTagClassName
{
color: #D898AE;
}
</style>
background-color css
<style>
a { background-color: #D898AE; }
a { background-color: rgb(216,152,174); }
div.DivClassName
{
background-color: #D898AE;
}
.BgClassName
{
background-color: #D898AE;
}
</style>
border-color css
<style>
span { border-color: #D898AE; }
span { border-color: rgb(216,152,174); }
td.TdClassName
{
border-color: #D898AE;
}
.TagClassName
{
border-color: #D898AE;
}
</style>