Html Css Color HEX #EDA2DF Lavender Rose

📋 copy color: '#EDA2DF'

red 237 ◦ green 162 ◦ blue 223

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

Shades of Lavender Rose #EDA2DF

Tints of Lavender Rose #EDA2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.05%

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 38.1%
G = 26.05%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDA2DF (or 0xEDA2DF) is known color: Lavender Rose. HEX triplet: ED, A2 and DF. RGB value is (237,162,223). Sum of RGB (Red+Green+Blue) = 237+162+223=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2DF is #125D20. Grayscale: #BFBFBF. Windows color (decimal): -1203489 or 14656237. OLE color: 14656237.

HSL color Cylindrical-coordinate representation of color #EDA2DF: hue angle of 311.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA2DF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 162 223 -
CMYK 0 0.32 0.06 0.07
HSL 311.2º 0.68% 0.78% -
HSV(B) 311.2º 0.32% 0.93% -
XYZ 61.16 49.17 76.08 -
YUV 191.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 237 162 223 0 0.32 0.06 0.07 311.2 0.68 0.78
Hex ED A2 DF 0 20 6 7 137 44 4E
Octal 355 242 337 0 40 6 7 467 104 116
Binary 11101101 10100010 11011111 0 100000 110 111 100110111 1000100 1001110

Color Harmonies of #EDA2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA2DF

Black with #EDA2DF

Text Example


Text Example

White with #EDA2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA2DF; }

 p { color: rgb(237,162,223); }

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

background-color css

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

 a { background-color: rgb(237,162,223); }

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

border-color css

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

 span { border-color: rgb(237,162,223); }

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