Shades of Lavender Rose #EDADDA
Tints of Lavender Rose #EDADDA
RGB
CMYK
RGB Variations
Color information
#EDADDA (or 0xEDADDA) is known color: Lavender Rose. HEX triplet: ED, AD and DA. RGB value is (237,173,218). Sum of RGB (Red+Green+Blue) = 237+173+218=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADDA is #125225. Grayscale: #C5C5C5. Windows color (decimal): -1200678 or 14331373. OLE color: 14331373.
HSL color Cylindrical-coordinate representation of color #EDADDA: hue angle of 317.81º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDADDA is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 173 | 218 | - |
CMYK | 0 | 0.27 | 0.08 | 0.07 |
HSL | 317.81º | 0.64% | 0.8% | - |
HSV(B) | 317.81º | 0.27% | 0.93% | - |
XYZ | 62.52 | 52.95 | 73.26 | - |
YUV | 197.27 | 139.7 | 156.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 173 | 218 | 0 | 0.27 | 0.08 | 0.07 | 317.81 | 0.64 | 0.8 |
Hex | ED | AD | DA | 0 | 1B | 8 | 7 | 13E | 40 | 50 |
Octal | 355 | 255 | 332 | 0 | 33 | 10 | 7 | 476 | 100 | 120 |
Binary | 11101101 | 10101101 | 11011010 | 0 | 11011 | 1000 | 111 | 100111110 | 1000000 | 1010000 |
Color Harmonies of #EDADDA
Complementary color
Monochromatic Colors of #EDADDA
Black with #EDADDA
Text Example
Text Example
White with #EDADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADDA; }
p { color: rgb(237,173,218); }
H1.HeaderClassName
{
color: #EDADDA;
}
.AnyTagClassName
{
color: #EDADDA;
}
</style>
background-color css
<style>
a { background-color: #EDADDA; }
a { background-color: rgb(237,173,218); }
div.DivClassName
{
background-color: #EDADDA;
}
.BgClassName
{
background-color: #EDADDA;
}
</style>
border-color css
<style>
span { border-color: #EDADDA; }
span { border-color: rgb(237,173,218); }
td.TdClassName
{
border-color: #EDADDA;
}
.TagClassName
{
border-color: #EDADDA;
}
</style>