Html Css Color HEX #EDA9DD Lavender Rose

📋 copy color: '#EDA9DD'

red 237 ◦ green 169 ◦ blue 221

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

Shades of Lavender Rose #EDA9DD

Tints of Lavender Rose #EDA9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.25%

R = 37.8%
G = 26.95%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDA9DD (or 0xEDA9DD) is known color: Lavender Rose. HEX triplet: ED, A9 and DD. RGB value is (237,169,221). Sum of RGB (Red+Green+Blue) = 237+169+221=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9DD is #125622. Grayscale: #C3C3C3. Windows color (decimal): -1201699 or 14526957. OLE color: 14526957.

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

Color convert

RGB 237 169 221 -
CMYK 0 0.29 0.07 0.07
HSL 314.12º 0.65% 0.8% -
HSV(B) 314.12º 0.29% 0.93% -
XYZ 62.16 51.6 75.09 -
YUV 195.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 237 169 221 0 0.29 0.07 0.07 314.12 0.65 0.8
Hex ED A9 DD 0 1D 7 7 13A 41 50
Octal 355 251 335 0 35 7 7 472 101 120
Binary 11101101 10101001 11011101 0 11101 111 111 100111010 1000001 1010000

Color Harmonies of #EDA9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9DD

Black with #EDA9DD

Text Example


Text Example

White with #EDA9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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