Html Css Color HEX #EDA5DE Lavender Rose

📋 copy color: '#EDA5DE'

red 237 ◦ green 165 ◦ blue 222

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

Shades of Lavender Rose #EDA5DE

Tints of Lavender Rose #EDA5DE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.44%

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

R = 37.98%
G = 26.44%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDA5DE (or 0xEDA5DE) is known color: Lavender Rose. HEX triplet: ED, A5 and DE. RGB value is (237,165,222). Sum of RGB (Red+Green+Blue) = 237+165+222=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5DE is #125A21. Grayscale: #C0C0C0. Windows color (decimal): -1202722 or 14591469. OLE color: 14591469.

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

Color convert

RGB 237 165 222 -
CMYK 0 0.30 0.06 0.07
HSL 312.5º 0.67% 0.79% -
HSV(B) 312.5º 0.3% 0.93% -
XYZ 61.57 50.19 75.55 -
YUV 193.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 237 165 222 0 0.30 0.06 0.07 312.5 0.67 0.79
Hex ED A5 DE 0 1E 6 7 138 43 4F
Octal 355 245 336 0 36 6 7 470 103 117
Binary 11101101 10100101 11011110 0 11110 110 111 100111000 1000011 1001111

Color Harmonies of #EDA5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA5DE

Black with #EDA5DE

Text Example


Text Example

White with #EDA5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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