Shades of Cupid #EEADBC
Tints of Cupid #EEADBC
RGB
CMYK
RGB Variations
Color information
#EEADBC (or 0xEEADBC) is known color: Cupid. HEX triplet: EE, AD and BC. RGB value is (238,173,188). Sum of RGB (Red+Green+Blue) = 238+173+188=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADBC is #115243. Grayscale: #C2C2C2. Windows color (decimal): -1135172 or 12365294. OLE color: 12365294.
HSL color Cylindrical-coordinate representation of color #EEADBC: hue angle of 346.15º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEADBC is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 188 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.07 |
| HSL | 346.15º | 0.66% | 0.81% | - |
| HSV(B) | 346.15º | 0.27% | 0.93% | - |
| XYZ | 59.28 | 51.7 | 54.43 | - |
| YUV | 194.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 188 | 0 | 0.27 | 0.21 | 0.07 | 346.15 | 0.66 | 0.81 |
| Hex | EE | AD | BC | 0 | 1B | 15 | 7 | 15A | 42 | 51 |
| Octal | 356 | 255 | 274 | 0 | 33 | 25 | 7 | 532 | 102 | 121 |
| Binary | 11101110 | 10101101 | 10111100 | 0 | 11011 | 10101 | 111 | 101011010 | 1000010 | 1010001 |
Color Harmonies of #EEADBC
Complementary color
Monochromatic Colors of #EEADBC
Black with #EEADBC
Text Example
Text Example
White with #EEADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADBC; }
p { color: rgb(238,173,188); }
H1.HeaderClassName
{
color: #EEADBC;
}
.AnyTagClassName
{
color: #EEADBC;
}
</style>
background-color css
<style>
a { background-color: #EEADBC; }
a { background-color: rgb(238,173,188); }
div.DivClassName
{
background-color: #EEADBC;
}
.BgClassName
{
background-color: #EEADBC;
}
</style>
border-color css
<style>
span { border-color: #EEADBC; }
span { border-color: rgb(238,173,188); }
td.TdClassName
{
border-color: #EEADBC;
}
.TagClassName
{
border-color: #EEADBC;
}
</style>