Html Css Color HEX #EDA6DD Lavender Rose

📋 copy color: '#EDA6DD'

red 237 ◦ green 166 ◦ blue 221

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

Shades of Lavender Rose #EDA6DD

Tints of Lavender Rose #EDA6DD

RGB

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

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

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

R = 37.98%
G = 26.6%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDA6DD (or 0xEDA6DD) is known color: Lavender Rose. HEX triplet: ED, A6 and DD. RGB value is (237,166,221). Sum of RGB (Red+Green+Blue) = 237+166+221=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6DD is #125922. Grayscale: #C1C1C1. Windows color (decimal): -1202467 or 14526189. OLE color: 14526189.

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

Color convert

RGB 237 166 221 -
CMYK 0 0.30 0.07 0.07
HSL 313.52º 0.66% 0.79% -
HSV(B) 313.52º 0.3% 0.93% -
XYZ 61.61 50.5 74.91 -
YUV 193.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 237 166 221 0 0.30 0.07 0.07 313.52 0.66 0.79
Hex ED A6 DD 0 1E 7 7 13A 42 4F
Octal 355 246 335 0 36 7 7 472 102 117
Binary 11101101 10100110 11011101 0 11110 111 111 100111010 1000010 1001111

Color Harmonies of #EDA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6DD

Black with #EDA6DD

Text Example


Text Example

White with #EDA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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