Shades of Kobi #DD8EA0
Tints of Kobi #DD8EA0
RGB
CMYK
RGB Variations
Color information
#DD8EA0 (or 0xDD8EA0) is known color: Kobi. HEX triplet: DD, 8E and A0. RGB value is (221,142,160). Sum of RGB (Red+Green+Blue) = 221+142+160=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8EA0 is #22715F. Grayscale: #A7A7A7. Windows color (decimal): -2257248 or 10522333. OLE color: 10522333.
HSL color Cylindrical-coordinate representation of color #DD8EA0: hue angle of 346.33º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8EA0 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 160 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.13 |
| HSL | 346.33º | 0.54% | 0.71% | - |
| HSV(B) | 346.33º | 0.36% | 0.87% | - |
| XYZ | 45.84 | 37.26 | 38.03 | - |
| YUV | 167.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 160 | 0 | 0.36 | 0.28 | 0.13 | 346.33 | 0.54 | 0.71 |
| Hex | DD | 8E | A0 | 0 | 24 | 1C | D | 15A | 36 | 47 |
| Octal | 335 | 216 | 240 | 0 | 44 | 34 | 15 | 532 | 66 | 107 |
| Binary | 11011101 | 10001110 | 10100000 | 0 | 100100 | 11100 | 1101 | 101011010 | 110110 | 1000111 |
Color Harmonies of #DD8EA0
Complementary color
Monochromatic Colors of #DD8EA0
Black with #DD8EA0
Text Example
Text Example
White with #DD8EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8EA0; }
p { color: rgb(221,142,160); }
H1.HeaderClassName
{
color: #DD8EA0;
}
.AnyTagClassName
{
color: #DD8EA0;
}
</style>
background-color css
<style>
a { background-color: #DD8EA0; }
a { background-color: rgb(221,142,160); }
div.DivClassName
{
background-color: #DD8EA0;
}
.BgClassName
{
background-color: #DD8EA0;
}
</style>
border-color css
<style>
span { border-color: #DD8EA0; }
span { border-color: rgb(221,142,160); }
td.TdClassName
{
border-color: #DD8EA0;
}
.TagClassName
{
border-color: #DD8EA0;
}
</style>