Shades of Cupid #EDAEC4
Tints of Cupid #EDAEC4
RGB
CMYK
RGB Variations
Color information
#EDAEC4 (or 0xEDAEC4) is known color: Cupid. HEX triplet: ED, AE and C4. RGB value is (237,174,196). Sum of RGB (Red+Green+Blue) = 237+174+196=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEC4 is #12513B. Grayscale: #C3C3C3. Windows color (decimal): -1200444 or 12889837. OLE color: 12889837.
HSL color Cylindrical-coordinate representation of color #EDAEC4: hue angle of 339.05º degrees, saturation: 0.64, 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 #EDAEC4 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 174 | 196 | - |
CMYK | 0 | 0.27 | 0.17 | 0.07 |
HSL | 339.05º | 0.64% | 0.81% | - |
HSV(B) | 339.05º | 0.27% | 0.93% | - |
XYZ | 60.02 | 52.26 | 59.15 | - |
YUV | 195.35 | 128.37 | 157.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 174 | 196 | 0 | 0.27 | 0.17 | 0.07 | 339.05 | 0.64 | 0.81 |
Hex | ED | AE | C4 | 0 | 1B | 11 | 7 | 153 | 40 | 51 |
Octal | 355 | 256 | 304 | 0 | 33 | 21 | 7 | 523 | 100 | 121 |
Binary | 11101101 | 10101110 | 11000100 | 0 | 11011 | 10001 | 111 | 101010011 | 1000000 | 1010001 |
Color Harmonies of #EDAEC4
Complementary color
Monochromatic Colors of #EDAEC4
Black with #EDAEC4
Text Example
Text Example
White with #EDAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAEC4; }
p { color: rgb(237,174,196); }
H1.HeaderClassName
{
color: #EDAEC4;
}
.AnyTagClassName
{
color: #EDAEC4;
}
</style>
background-color css
<style>
a { background-color: #EDAEC4; }
a { background-color: rgb(237,174,196); }
div.DivClassName
{
background-color: #EDAEC4;
}
.BgClassName
{
background-color: #EDAEC4;
}
</style>
border-color css
<style>
span { border-color: #EDAEC4; }
span { border-color: rgb(237,174,196); }
td.TdClassName
{
border-color: #EDAEC4;
}
.TagClassName
{
border-color: #EDAEC4;
}
</style>