Html Css Color HEX #EDA9DF Lavender Rose

📋 copy color: '#EDA9DF'

red 237 ◦ green 169 ◦ blue 223

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

Shades of Lavender Rose #EDA9DF

Tints of Lavender Rose #EDA9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.87%

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

R = 37.68%
G = 26.87%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDA9DF (or 0xEDA9DF) is known color: Lavender Rose. HEX triplet: ED, A9 and DF. RGB value is (237,169,223). Sum of RGB (Red+Green+Blue) = 237+169+223=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9DF is #125620. Grayscale: #C3C3C3. Windows color (decimal): -1201697 or 14658029. OLE color: 14658029.

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

Color convert

RGB 237 169 223 -
CMYK 0 0.29 0.06 0.07
HSL 312.35º 0.65% 0.8% -
HSV(B) 312.35º 0.29% 0.93% -
XYZ 62.43 51.71 76.5 -
YUV 195.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 237 169 223 0 0.29 0.06 0.07 312.35 0.65 0.8
Hex ED A9 DF 0 1D 6 7 138 41 50
Octal 355 251 337 0 35 6 7 470 101 120
Binary 11101101 10101001 11011111 0 11101 110 111 100111000 1000001 1010000

Color Harmonies of #EDA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9DF

Black with #EDA9DF

Text Example


Text Example

White with #EDA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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