Html Css Color HEX #EDA7DD Lavender Rose

📋 copy color: '#EDA7DD'

red 237 ◦ green 167 ◦ blue 221

#EDA7DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #EDA7DD

Tints of Lavender Rose #EDA7DD

RGB

 RED value IS 237 (92.97% from 255) = 37.92%

 GREEN value IS 167 (65.63% from 255) = 26.72%

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 37.92%
G = 26.72%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDA7DD (or 0xEDA7DD) is known color: Lavender Rose. HEX triplet: ED, A7 and DD. RGB value is (237,167,221). Sum of RGB (Red+Green+Blue) = 237+167+221=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7DD is #125822. Grayscale: #C1C1C1. Windows color (decimal): -1202211 or 14526445. OLE color: 14526445.

HSL color Cylindrical-coordinate representation of color #EDA7DD: hue angle of 313.71º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA7DD is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 167 221 -
CMYK 0 0.30 0.07 0.07
HSL 313.71º 0.66% 0.79% -
HSV(B) 313.71º 0.3% 0.93% -
XYZ 61.79 50.86 74.97 -
YUV 194.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 237 167 221 0 0.30 0.07 0.07 313.71 0.66 0.79
Hex ED A7 DD 0 1E 7 7 13A 42 4F
Octal 355 247 335 0 36 7 7 472 102 117
Binary 11101101 10100111 11011101 0 11110 111 111 100111010 1000010 1001111

Color Harmonies of #EDA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA7DD

Black with #EDA7DD

Text Example


Text Example

White with #EDA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA7DD; }

 p { color: rgb(237,167,221); }

 H1.HeaderClassName
 {
   color: #EDA7DD;
 }
 .AnyTagClassName
 {
   color: #EDA7DD;
 }
</style>

background-color css

<style>
 a { background-color: #EDA7DD; }

 a { background-color: rgb(237,167,221); }

 div.DivClassName
 {
   background-color: #EDA7DD;
 }
 .BgClassName
 {
   background-color: #EDA7DD;
 }
</style>

border-color css

<style>
 span { border-color: #EDA7DD; }

 span { border-color: rgb(237,167,221); }

 td.TdClassName
 {
   border-color: #EDA7DD;
 }
 .TagClassName
 {
   border-color: #EDA7DD;
 }
</style>