Html Css Color HEX #EDA6DC Lavender Rose

📋 copy color: '#EDA6DC'

red 237 ◦ green 166 ◦ blue 220

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

Shades of Lavender Rose #EDA6DC

Tints of Lavender Rose #EDA6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.31%

R = 38.04%
G = 26.65%
B = 35.31%

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

#EDA6DC (or 0xEDA6DC) is known color: Lavender Rose. HEX triplet: ED, A6 and DC. RGB value is (237,166,220). Sum of RGB (Red+Green+Blue) = 237+166+220=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6DC is #125923. Grayscale: #C1C1C1. Windows color (decimal): -1202468 or 14460653. OLE color: 14460653.

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

Color convert

RGB 237 166 220 -
CMYK 0 0.30 0.07 0.07
HSL 314.37º 0.66% 0.79% -
HSV(B) 314.37º 0.3% 0.93% -
XYZ 61.48 50.44 74.21 -
YUV 193.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 237 166 220 0 0.30 0.07 0.07 314.37 0.66 0.79
Hex ED A6 DC 0 1E 7 7 13A 42 4F
Octal 355 246 334 0 36 7 7 472 102 117
Binary 11101101 10100110 11011100 0 11110 111 111 100111010 1000010 1001111

Color Harmonies of #EDA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6DC

Black with #EDA6DC

Text Example


Text Example

White with #EDA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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