Shades of Kobi #DD8EA3
Tints of Kobi #DD8EA3
RGB
CMYK
RGB Variations
Color information
#DD8EA3 (or 0xDD8EA3) is known color: Kobi. HEX triplet: DD, 8E and A3. RGB value is (221,142,163). Sum of RGB (Red+Green+Blue) = 221+142+163=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8EA3 is #22715C. Grayscale: #A8A8A8. Windows color (decimal): -2257245 or 10718941. OLE color: 10718941.
HSL color Cylindrical-coordinate representation of color #DD8EA3: hue angle of 344.05º 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 #DD8EA3 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 163 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.13 |
| HSL | 344.05º | 0.54% | 0.71% | - |
| HSV(B) | 344.05º | 0.36% | 0.87% | - |
| XYZ | 46.1 | 37.36 | 39.43 | - |
| YUV | 168.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 163 | 0 | 0.36 | 0.26 | 0.13 | 344.05 | 0.54 | 0.71 |
| Hex | DD | 8E | A3 | 0 | 24 | 1A | D | 158 | 36 | 47 |
| Octal | 335 | 216 | 243 | 0 | 44 | 32 | 15 | 530 | 66 | 107 |
| Binary | 11011101 | 10001110 | 10100011 | 0 | 100100 | 11010 | 1101 | 101011000 | 110110 | 1000111 |
Color Harmonies of #DD8EA3
Complementary color
Monochromatic Colors of #DD8EA3
Black with #DD8EA3
Text Example
Text Example
White with #DD8EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8EA3; }
p { color: rgb(221,142,163); }
H1.HeaderClassName
{
color: #DD8EA3;
}
.AnyTagClassName
{
color: #DD8EA3;
}
</style>
background-color css
<style>
a { background-color: #DD8EA3; }
a { background-color: rgb(221,142,163); }
div.DivClassName
{
background-color: #DD8EA3;
}
.BgClassName
{
background-color: #DD8EA3;
}
</style>
border-color css
<style>
span { border-color: #DD8EA3; }
span { border-color: rgb(221,142,163); }
td.TdClassName
{
border-color: #DD8EA3;
}
.TagClassName
{
border-color: #DD8EA3;
}
</style>