Html Css Color HEX #EDA4DE Lavender Rose

📋 copy color: '#EDA4DE'

red 237 ◦ green 164 ◦ blue 222

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

Shades of Lavender Rose #EDA4DE

Tints of Lavender Rose #EDA4DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.63%

R = 38.04%
G = 26.32%
B = 35.63%

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

#EDA4DE (or 0xEDA4DE) is known color: Lavender Rose. HEX triplet: ED, A4 and DE. RGB value is (237,164,222). Sum of RGB (Red+Green+Blue) = 237+164+222=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4DE is #125B21. Grayscale: #C0C0C0. Windows color (decimal): -1202978 or 14591213. OLE color: 14591213.

HSL color Cylindrical-coordinate representation of color #EDA4DE: hue angle of 312.33º 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 #EDA4DE is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 222 -
CMYK 0 0.31 0.06 0.07
HSL 312.33º 0.67% 0.79% -
HSV(B) 312.33º 0.31% 0.93% -
XYZ 61.39 49.83 75.49 -
YUV 192.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 237 164 222 0 0.31 0.06 0.07 312.33 0.67 0.79
Hex ED A4 DE 0 1F 6 7 138 43 4F
Octal 355 244 336 0 37 6 7 470 103 117
Binary 11101101 10100100 11011110 0 11111 110 111 100111000 1000011 1001111

Color Harmonies of #EDA4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA4DE

Black with #EDA4DE

Text Example


Text Example

White with #EDA4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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