Shades of Lavender Pink #EDAED4
Tints of Lavender Pink #EDAED4
RGB
CMYK
RGB Variations
Color information
#EDAED4 (or 0xEDAED4) is known color: Lavender Pink. HEX triplet: ED, AE and D4. RGB value is (237,174,212). Sum of RGB (Red+Green+Blue) = 237+174+212=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAED4 is #12512B. Grayscale: #C5C5C5. Windows color (decimal): -1200428 or 13938413. OLE color: 13938413.
HSL color Cylindrical-coordinate representation of color #EDAED4: hue angle of 323.81º 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 #EDAED4 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 174 | 212 | - |
CMYK | 0 | 0.27 | 0.11 | 0.07 |
HSL | 323.81º | 0.64% | 0.81% | - |
HSV(B) | 323.81º | 0.27% | 0.93% | - |
XYZ | 61.94 | 53.03 | 69.26 | - |
YUV | 197.17 | 136.37 | 156.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 174 | 212 | 0 | 0.27 | 0.11 | 0.07 | 323.81 | 0.64 | 0.81 |
Hex | ED | AE | D4 | 0 | 1B | B | 7 | 144 | 40 | 51 |
Octal | 355 | 256 | 324 | 0 | 33 | 13 | 7 | 504 | 100 | 121 |
Binary | 11101101 | 10101110 | 11010100 | 0 | 11011 | 1011 | 111 | 101000100 | 1000000 | 1010001 |
Color Harmonies of #EDAED4
Complementary color
Monochromatic Colors of #EDAED4
Black with #EDAED4
Text Example
Text Example
White with #EDAED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAED4; }
p { color: rgb(237,174,212); }
H1.HeaderClassName
{
color: #EDAED4;
}
.AnyTagClassName
{
color: #EDAED4;
}
</style>
background-color css
<style>
a { background-color: #EDAED4; }
a { background-color: rgb(237,174,212); }
div.DivClassName
{
background-color: #EDAED4;
}
.BgClassName
{
background-color: #EDAED4;
}
</style>
border-color css
<style>
span { border-color: #EDAED4; }
span { border-color: rgb(237,174,212); }
td.TdClassName
{
border-color: #EDAED4;
}
.TagClassName
{
border-color: #EDAED4;
}
</style>