Shades of Kobi #DC9EAF
Tints of Kobi #DC9EAF
RGB
CMYK
RGB Variations
Color information
#DC9EAF (or 0xDC9EAF) is known color: Kobi. HEX triplet: DC, 9E and AF. RGB value is (220,158,175). Sum of RGB (Red+Green+Blue) = 220+158+175=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9EAF is #236150. Grayscale: #B2B2B2. Windows color (decimal): -2318673 or 11509468. OLE color: 11509468.
HSL color Cylindrical-coordinate representation of color #DC9EAF: hue angle of 343.55º 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 #DC9EAF is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 175 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.14 |
| HSL | 343.55º | 0.47% | 0.74% | - |
| HSV(B) | 343.55º | 0.28% | 0.86% | - |
| XYZ | 49.48 | 42.76 | 46.2 | - |
| YUV | 178.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 175 | 0 | 0.28 | 0.20 | 0.14 | 343.55 | 0.47 | 0.74 |
| Hex | DC | 9E | AF | 0 | 1C | 14 | E | 158 | 2F | 4A |
| Octal | 334 | 236 | 257 | 0 | 34 | 24 | 16 | 530 | 57 | 112 |
| Binary | 11011100 | 10011110 | 10101111 | 0 | 11100 | 10100 | 1110 | 101011000 | 101111 | 1001010 |
Color Harmonies of #DC9EAF
Complementary color
Monochromatic Colors of #DC9EAF
Black with #DC9EAF
Text Example
Text Example
White with #DC9EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EAF; }
p { color: rgb(220,158,175); }
H1.HeaderClassName
{
color: #DC9EAF;
}
.AnyTagClassName
{
color: #DC9EAF;
}
</style>
background-color css
<style>
a { background-color: #DC9EAF; }
a { background-color: rgb(220,158,175); }
div.DivClassName
{
background-color: #DC9EAF;
}
.BgClassName
{
background-color: #DC9EAF;
}
</style>
border-color css
<style>
span { border-color: #DC9EAF; }
span { border-color: rgb(220,158,175); }
td.TdClassName
{
border-color: #DC9EAF;
}
.TagClassName
{
border-color: #DC9EAF;
}
</style>