Shades of Kobi #D898AD
Tints of Kobi #D898AD
RGB
CMYK
RGB Variations
Color information
#D898AD (or 0xD898AD) is known color: Kobi. HEX triplet: D8, 98 and AD. RGB value is (216,152,173). Sum of RGB (Red+Green+Blue) = 216+152+173=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D898AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D898AD is #276752. Grayscale: #ADADAD. Windows color (decimal): -2582355 or 11376856. OLE color: 11376856.
HSL color Cylindrical-coordinate representation of color #D898AD: hue angle of 340.31º 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 #D898AD is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 173 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.15 |
| HSL | 340.31º | 0.45% | 0.72% | - |
| HSV(B) | 340.31º | 0.3% | 0.85% | - |
| XYZ | 47.09 | 40.07 | 44.79 | - |
| YUV | 173.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 173 | 0 | 0.30 | 0.20 | 0.15 | 340.31 | 0.45 | 0.72 |
| Hex | D8 | 98 | AD | 0 | 1E | 14 | F | 154 | 2D | 48 |
| Octal | 330 | 230 | 255 | 0 | 36 | 24 | 17 | 524 | 55 | 110 |
| Binary | 11011000 | 10011000 | 10101101 | 0 | 11110 | 10100 | 1111 | 101010100 | 101101 | 1001000 |
Color Harmonies of #D898AD
Complementary color
Monochromatic Colors of #D898AD
Black with #D898AD
Text Example
Text Example
White with #D898AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898AD; }
p { color: rgb(216,152,173); }
H1.HeaderClassName
{
color: #D898AD;
}
.AnyTagClassName
{
color: #D898AD;
}
</style>
background-color css
<style>
a { background-color: #D898AD; }
a { background-color: rgb(216,152,173); }
div.DivClassName
{
background-color: #D898AD;
}
.BgClassName
{
background-color: #D898AD;
}
</style>
border-color css
<style>
span { border-color: #D898AD; }
span { border-color: rgb(216,152,173); }
td.TdClassName
{
border-color: #D898AD;
}
.TagClassName
{
border-color: #D898AD;
}
</style>