Shades of Cupid #EDAEC3
Tints of Cupid #EDAEC3
RGB
CMYK
RGB Variations
Color information
#EDAEC3 (or 0xEDAEC3) is known color: Cupid. HEX triplet: ED, AE and C3. RGB value is (237,174,195). Sum of RGB (Red+Green+Blue) = 237+174+195=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEC3 is #12513C. Grayscale: #C3C3C3. Windows color (decimal): -1200445 or 12824301. OLE color: 12824301.
HSL color Cylindrical-coordinate representation of color #EDAEC3: hue angle of 340º 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 #EDAEC3 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 174 | 195 | - |
CMYK | 0 | 0.27 | 0.18 | 0.07 |
HSL | 340º | 0.64% | 0.81% | - |
HSV(B) | 340º | 0.27% | 0.93% | - |
XYZ | 59.91 | 52.22 | 58.55 | - |
YUV | 195.23 | 127.87 | 157.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 174 | 195 | 0 | 0.27 | 0.18 | 0.07 | 340 | 0.64 | 0.81 |
Hex | ED | AE | C3 | 0 | 1B | 12 | 7 | 154 | 40 | 51 |
Octal | 355 | 256 | 303 | 0 | 33 | 22 | 7 | 524 | 100 | 121 |
Binary | 11101101 | 10101110 | 11000011 | 0 | 11011 | 10010 | 111 | 101010100 | 1000000 | 1010001 |
Color Harmonies of #EDAEC3
Complementary color
Monochromatic Colors of #EDAEC3
Black with #EDAEC3
Text Example
Text Example
White with #EDAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAEC3; }
p { color: rgb(237,174,195); }
H1.HeaderClassName
{
color: #EDAEC3;
}
.AnyTagClassName
{
color: #EDAEC3;
}
</style>
background-color css
<style>
a { background-color: #EDAEC3; }
a { background-color: rgb(237,174,195); }
div.DivClassName
{
background-color: #EDAEC3;
}
.BgClassName
{
background-color: #EDAEC3;
}
</style>
border-color css
<style>
span { border-color: #EDAEC3; }
span { border-color: rgb(237,174,195); }
td.TdClassName
{
border-color: #EDAEC3;
}
.TagClassName
{
border-color: #EDAEC3;
}
</style>