Html Css Color HEX #EDA3DF Lavender Rose

📋 copy color: '#EDA3DF'

red 237 ◦ green 163 ◦ blue 223

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

Shades of Lavender Rose #EDA3DF

Tints of Lavender Rose #EDA3DF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.16%

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

R = 38.04%
G = 26.16%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDA3DF (or 0xEDA3DF) is known color: Lavender Rose. HEX triplet: ED, A3 and DF. RGB value is (237,163,223). Sum of RGB (Red+Green+Blue) = 237+163+223=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3DF is #125C20. Grayscale: #BFBFBF. Windows color (decimal): -1203233 or 14656493. OLE color: 14656493.

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

Color convert

RGB 237 163 223 -
CMYK 0 0.31 0.06 0.07
HSL 311.35º 0.67% 0.78% -
HSV(B) 311.35º 0.31% 0.93% -
XYZ 61.34 49.53 76.14 -
YUV 191.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 237 163 223 0 0.31 0.06 0.07 311.35 0.67 0.78
Hex ED A3 DF 0 1F 6 7 137 43 4E
Octal 355 243 337 0 37 6 7 467 103 116
Binary 11101101 10100011 11011111 0 11111 110 111 100110111 1000011 1001110

Color Harmonies of #EDA3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA3DF

Black with #EDA3DF

Text Example


Text Example

White with #EDA3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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