Shades of Kobi #DC9EAB
Tints of Kobi #DC9EAB
RGB
CMYK
RGB Variations
Color information
#DC9EAB (or 0xDC9EAB) is known color: Kobi. HEX triplet: DC, 9E and AB. RGB value is (220,158,171). Sum of RGB (Red+Green+Blue) = 220+158+171=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9EAB is #236154. Grayscale: #B2B2B2. Windows color (decimal): -2318677 or 11247324. OLE color: 11247324.
HSL color Cylindrical-coordinate representation of color #DC9EAB: hue angle of 347.42º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9EAB is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 171 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.14 |
| HSL | 347.42º | 0.47% | 0.74% | - |
| HSV(B) | 347.42º | 0.28% | 0.86% | - |
| XYZ | 49.09 | 42.61 | 44.17 | - |
| YUV | 178.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 171 | 0 | 0.28 | 0.22 | 0.14 | 347.42 | 0.47 | 0.74 |
| Hex | DC | 9E | AB | 0 | 1C | 16 | E | 15B | 2F | 4A |
| Octal | 334 | 236 | 253 | 0 | 34 | 26 | 16 | 533 | 57 | 112 |
| Binary | 11011100 | 10011110 | 10101011 | 0 | 11100 | 10110 | 1110 | 101011011 | 101111 | 1001010 |
Color Harmonies of #DC9EAB
Complementary color
Monochromatic Colors of #DC9EAB
Black with #DC9EAB
Text Example
Text Example
White with #DC9EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EAB; }
p { color: rgb(220,158,171); }
H1.HeaderClassName
{
color: #DC9EAB;
}
.AnyTagClassName
{
color: #DC9EAB;
}
</style>
background-color css
<style>
a { background-color: #DC9EAB; }
a { background-color: rgb(220,158,171); }
div.DivClassName
{
background-color: #DC9EAB;
}
.BgClassName
{
background-color: #DC9EAB;
}
</style>
border-color css
<style>
span { border-color: #DC9EAB; }
span { border-color: rgb(220,158,171); }
td.TdClassName
{
border-color: #DC9EAB;
}
.TagClassName
{
border-color: #DC9EAB;
}
</style>