Html Css Color HEX #EDA6D9 Lavender Rose

📋 copy color: '#EDA6D9'

red 237 ◦ green 166 ◦ blue 217

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

Shades of Lavender Rose #EDA6D9

Tints of Lavender Rose #EDA6D9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.77%

 BLUE value IS 217 (85.16% from 255) = 35%

R = 38.23%
G = 26.77%
B = 35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDA6D9 (or 0xEDA6D9) is known color: Lavender Rose. HEX triplet: ED, A6 and D9. RGB value is (237,166,217). Sum of RGB (Red+Green+Blue) = 237+166+217=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6D9 is #125926. Grayscale: #C0C0C0. Windows color (decimal): -1202471 or 14264045. OLE color: 14264045.

HSL color Cylindrical-coordinate representation of color #EDA6D9: hue angle of 316.9º degrees, saturation: 0.66, 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 #EDA6D9 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 217 -
CMYK 0 0.30 0.08 0.07
HSL 316.9º 0.66% 0.79% -
HSV(B) 316.9º 0.3% 0.93% -
XYZ 61.09 50.29 72.13 -
YUV 193.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 237 166 217 0 0.30 0.08 0.07 316.9 0.66 0.79
Hex ED A6 D9 0 1E 8 7 13D 42 4F
Octal 355 246 331 0 36 10 7 475 102 117
Binary 11101101 10100110 11011001 0 11110 1000 111 100111101 1000010 1001111

Color Harmonies of #EDA6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6D9

Black with #EDA6D9

Text Example


Text Example

White with #EDA6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6D9; }

 p { color: rgb(237,166,217); }

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

background-color css

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

 a { background-color: rgb(237,166,217); }

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

border-color css

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

 span { border-color: rgb(237,166,217); }

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