Html Css Color HEX #EDA4DF Lavender Rose

📋 copy color: '#EDA4DF'

red 237 ◦ green 164 ◦ blue 223

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

Shades of Lavender Rose #EDA4DF

Tints of Lavender Rose #EDA4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.28%

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

R = 37.98%
G = 26.28%
B = 35.74%

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

#EDA4DF (or 0xEDA4DF) is known color: Lavender Rose. HEX triplet: ED, A4 and DF. RGB value is (237,164,223). Sum of RGB (Red+Green+Blue) = 237+164+223=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4DF is #125B20. Grayscale: #C0C0C0. Windows color (decimal): -1202977 or 14656749. OLE color: 14656749.

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

Color convert

RGB 237 164 223 -
CMYK 0 0.31 0.06 0.07
HSL 311.51º 0.67% 0.79% -
HSV(B) 311.51º 0.31% 0.93% -
XYZ 61.52 49.88 76.2 -
YUV 192.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 237 164 223 0 0.31 0.06 0.07 311.51 0.67 0.79
Hex ED A4 DF 0 1F 6 7 138 43 4F
Octal 355 244 337 0 37 6 7 470 103 117
Binary 11101101 10100100 11011111 0 11111 110 111 100111000 1000011 1001111

Color Harmonies of #EDA4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA4DF

Black with #EDA4DF

Text Example


Text Example

White with #EDA4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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