Html Css Color HEX #EDA7D7 Lavender Rose

📋 copy color: '#EDA7D7'

red 237 ◦ green 167 ◦ blue 215

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

Shades of Lavender Rose #EDA7D7

Tints of Lavender Rose #EDA7D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.73%

R = 38.29%
G = 26.98%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDA7D7 (or 0xEDA7D7) is known color: Lavender Rose. HEX triplet: ED, A7 and D7. RGB value is (237,167,215). Sum of RGB (Red+Green+Blue) = 237+167+215=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7D7 is #125828. Grayscale: #C1C1C1. Windows color (decimal): -1202217 or 14133229. OLE color: 14133229.

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

Color convert

RGB 237 167 215 -
CMYK 0 0.30 0.09 0.07
HSL 318.86º 0.66% 0.79% -
HSV(B) 318.86º 0.3% 0.93% -
XYZ 61.01 50.55 70.83 -
YUV 193.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 237 167 215 0 0.30 0.09 0.07 318.86 0.66 0.79
Hex ED A7 D7 0 1E 9 7 13F 42 4F
Octal 355 247 327 0 36 11 7 477 102 117
Binary 11101101 10100111 11010111 0 11110 1001 111 100111111 1000010 1001111

Color Harmonies of #EDA7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA7D7

Black with #EDA7D7

Text Example


Text Example

White with #EDA7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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