Html Css Color HEX #EDA7DC Lavender Rose

📋 copy color: '#EDA7DC'

red 237 ◦ green 167 ◦ blue 220

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

Shades of Lavender Rose #EDA7DC

Tints of Lavender Rose #EDA7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.76%

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

R = 37.98%
G = 26.76%
B = 35.26%

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

#EDA7DC (or 0xEDA7DC) is known color: Lavender Rose. HEX triplet: ED, A7 and DC. RGB value is (237,167,220). Sum of RGB (Red+Green+Blue) = 237+167+220=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7DC is #125823. Grayscale: #C1C1C1. Windows color (decimal): -1202212 or 14460909. OLE color: 14460909.

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

Color convert

RGB 237 167 220 -
CMYK 0 0.30 0.07 0.07
HSL 314.57º 0.66% 0.79% -
HSV(B) 314.57º 0.3% 0.93% -
XYZ 61.66 50.81 74.27 -
YUV 193.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 237 167 220 0 0.30 0.07 0.07 314.57 0.66 0.79
Hex ED A7 DC 0 1E 7 7 13B 42 4F
Octal 355 247 334 0 36 7 7 473 102 117
Binary 11101101 10100111 11011100 0 11110 111 111 100111011 1000010 1001111

Color Harmonies of #EDA7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA7DC

Black with #EDA7DC

Text Example


Text Example

White with #EDA7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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