Shades of Kobi #DC8EA5
Tints of Kobi #DC8EA5
RGB
CMYK
RGB Variations
Color information
#DC8EA5 (or 0xDC8EA5) is known color: Kobi. HEX triplet: DC, 8E and A5. RGB value is (220,142,165). Sum of RGB (Red+Green+Blue) = 220+142+165=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8EA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8EA5 is #23715A. Grayscale: #A7A7A7. Windows color (decimal): -2322779 or 10850012. OLE color: 10850012.
HSL color Cylindrical-coordinate representation of color #DC8EA5: hue angle of 342.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8EA5 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 165 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.14 |
| HSL | 342.31º | 0.53% | 0.71% | - |
| HSV(B) | 342.31º | 0.35% | 0.86% | - |
| XYZ | 45.98 | 37.28 | 40.37 | - |
| YUV | 167.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 165 | 0 | 0.35 | 0.25 | 0.14 | 342.31 | 0.53 | 0.71 |
| Hex | DC | 8E | A5 | 0 | 23 | 19 | E | 156 | 35 | 47 |
| Octal | 334 | 216 | 245 | 0 | 43 | 31 | 16 | 526 | 65 | 107 |
| Binary | 11011100 | 10001110 | 10100101 | 0 | 100011 | 11001 | 1110 | 101010110 | 110101 | 1000111 |
Color Harmonies of #DC8EA5
Complementary color
Monochromatic Colors of #DC8EA5
Black with #DC8EA5
Text Example
Text Example
White with #DC8EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8EA5; }
p { color: rgb(220,142,165); }
H1.HeaderClassName
{
color: #DC8EA5;
}
.AnyTagClassName
{
color: #DC8EA5;
}
</style>
background-color css
<style>
a { background-color: #DC8EA5; }
a { background-color: rgb(220,142,165); }
div.DivClassName
{
background-color: #DC8EA5;
}
.BgClassName
{
background-color: #DC8EA5;
}
</style>
border-color css
<style>
span { border-color: #DC8EA5; }
span { border-color: rgb(220,142,165); }
td.TdClassName
{
border-color: #DC8EA5;
}
.TagClassName
{
border-color: #DC8EA5;
}
</style>