Shades of Lavender Pink #EDAFD3
Tints of Lavender Pink #EDAFD3
RGB
CMYK
RGB Variations
Color information
#EDAFD3 (or 0xEDAFD3) is known color: Lavender Pink. HEX triplet: ED, AF and D3. RGB value is (237,175,211). Sum of RGB (Red+Green+Blue) = 237+175+211=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFD3 is #12502C. Grayscale: #C5C5C5. Windows color (decimal): -1200173 or 13873133. OLE color: 13873133.
HSL color Cylindrical-coordinate representation of color #EDAFD3: hue angle of 325.16º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDAFD3 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 211 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.07 |
| HSL | 325.16º | 0.63% | 0.81% | - |
| HSV(B) | 325.16º | 0.26% | 0.93% | - |
| XYZ | 62.01 | 53.37 | 68.66 | - |
| YUV | 197.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 211 | 0 | 0.26 | 0.11 | 0.07 | 325.16 | 0.63 | 0.81 |
| Hex | ED | AF | D3 | 0 | 1A | B | 7 | 145 | 3F | 51 |
| Octal | 355 | 257 | 323 | 0 | 32 | 13 | 7 | 505 | 77 | 121 |
| Binary | 11101101 | 10101111 | 11010011 | 0 | 11010 | 1011 | 111 | 101000101 | 111111 | 1010001 |
Color Harmonies of #EDAFD3
Complementary color
Monochromatic Colors of #EDAFD3
Black with #EDAFD3
Text Example
Text Example
White with #EDAFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAFD3; }
p { color: rgb(237,175,211); }
H1.HeaderClassName
{
color: #EDAFD3;
}
.AnyTagClassName
{
color: #EDAFD3;
}
</style>
background-color css
<style>
a { background-color: #EDAFD3; }
a { background-color: rgb(237,175,211); }
div.DivClassName
{
background-color: #EDAFD3;
}
.BgClassName
{
background-color: #EDAFD3;
}
</style>
border-color css
<style>
span { border-color: #EDAFD3; }
span { border-color: rgb(237,175,211); }
td.TdClassName
{
border-color: #EDAFD3;
}
.TagClassName
{
border-color: #EDAFD3;
}
</style>