Shades of Kobi #D99EAD
Tints of Kobi #D99EAD
RGB
CMYK
RGB Variations
Color information
#D99EAD (or 0xD99EAD) is known color: Kobi. HEX triplet: D9, 9E and AD. RGB value is (217,158,173). Sum of RGB (Red+Green+Blue) = 217+158+173=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99EAD is #266152. Grayscale: #B1B1B1. Windows color (decimal): -2515283 or 11378393. OLE color: 11378393.
HSL color Cylindrical-coordinate representation of color #D99EAD: hue angle of 344.75º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99EAD is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 173 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.15 |
| HSL | 344.75º | 0.44% | 0.74% | - |
| HSV(B) | 344.75º | 0.27% | 0.85% | - |
| XYZ | 48.38 | 42.22 | 45.13 | - |
| YUV | 177.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 173 | 0 | 0.27 | 0.20 | 0.15 | 344.75 | 0.44 | 0.74 |
| Hex | D9 | 9E | AD | 0 | 1B | 14 | F | 159 | 2C | 4A |
| Octal | 331 | 236 | 255 | 0 | 33 | 24 | 17 | 531 | 54 | 112 |
| Binary | 11011001 | 10011110 | 10101101 | 0 | 11011 | 10100 | 1111 | 101011001 | 101100 | 1001010 |
Color Harmonies of #D99EAD
Complementary color
Monochromatic Colors of #D99EAD
Black with #D99EAD
Text Example
Text Example
White with #D99EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99EAD; }
p { color: rgb(217,158,173); }
H1.HeaderClassName
{
color: #D99EAD;
}
.AnyTagClassName
{
color: #D99EAD;
}
</style>
background-color css
<style>
a { background-color: #D99EAD; }
a { background-color: rgb(217,158,173); }
div.DivClassName
{
background-color: #D99EAD;
}
.BgClassName
{
background-color: #D99EAD;
}
</style>
border-color css
<style>
span { border-color: #D99EAD; }
span { border-color: rgb(217,158,173); }
td.TdClassName
{
border-color: #D99EAD;
}
.TagClassName
{
border-color: #D99EAD;
}
</style>