Shades of Kobi #DE9FAB
Tints of Kobi #DE9FAB
RGB
CMYK
RGB Variations
Color information
#DE9FAB (or 0xDE9FAB) is known color: Kobi. HEX triplet: DE, 9F and AB. RGB value is (222,159,171). Sum of RGB (Red+Green+Blue) = 222+159+171=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9FAB is #216054. Grayscale: #B3B3B3. Windows color (decimal): -2187349 or 11247582. OLE color: 11247582.
HSL color Cylindrical-coordinate representation of color #DE9FAB: hue angle of 348.57º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DE9FAB is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 159 | 171 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.13 |
| HSL | 348.57º | 0.49% | 0.75% | - |
| HSV(B) | 348.57º | 0.28% | 0.87% | - |
| XYZ | 49.87 | 43.27 | 44.25 | - |
| YUV | 179.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 171 | 0 | 0.28 | 0.23 | 0.13 | 348.57 | 0.49 | 0.75 |
| Hex | DE | 9F | AB | 0 | 1C | 17 | D | 15D | 31 | 4B |
| Octal | 336 | 237 | 253 | 0 | 34 | 27 | 15 | 535 | 61 | 113 |
| Binary | 11011110 | 10011111 | 10101011 | 0 | 11100 | 10111 | 1101 | 101011101 | 110001 | 1001011 |
Color Harmonies of #DE9FAB
Complementary color
Monochromatic Colors of #DE9FAB
Black with #DE9FAB
Text Example
Text Example
White with #DE9FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9FAB; }
p { color: rgb(222,159,171); }
H1.HeaderClassName
{
color: #DE9FAB;
}
.AnyTagClassName
{
color: #DE9FAB;
}
</style>
background-color css
<style>
a { background-color: #DE9FAB; }
a { background-color: rgb(222,159,171); }
div.DivClassName
{
background-color: #DE9FAB;
}
.BgClassName
{
background-color: #DE9FAB;
}
</style>
border-color css
<style>
span { border-color: #DE9FAB; }
span { border-color: rgb(222,159,171); }
td.TdClassName
{
border-color: #DE9FAB;
}
.TagClassName
{
border-color: #DE9FAB;
}
</style>