Html Css Color HEX #EDA8D7 Lavender Rose

📋 copy color: '#EDA8D7'

red 237 ◦ green 168 ◦ blue 215

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

Shades of Lavender Rose #EDA8D7

Tints of Lavender Rose #EDA8D7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.1%

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

R = 38.23%
G = 27.1%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDA8D7 (or 0xEDA8D7) is known color: Lavender Rose. HEX triplet: ED, A8 and D7. RGB value is (237,168,215). Sum of RGB (Red+Green+Blue) = 237+168+215=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8D7 is #125728. Grayscale: #C1C1C1. Windows color (decimal): -1201961 or 14133485. OLE color: 14133485.

HSL color Cylindrical-coordinate representation of color #EDA8D7: hue angle of 319.13º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8D7 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 215 -
CMYK 0 0.29 0.09 0.07
HSL 319.13º 0.66% 0.79% -
HSV(B) 319.13º 0.29% 0.93% -
XYZ 61.19 50.92 70.89 -
YUV 193.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 237 168 215 0 0.29 0.09 0.07 319.13 0.66 0.79
Hex ED A8 D7 0 1D 9 7 13F 42 4F
Octal 355 250 327 0 35 11 7 477 102 117
Binary 11101101 10101000 11010111 0 11101 1001 111 100111111 1000010 1001111

Color Harmonies of #EDA8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8D7

Black with #EDA8D7

Text Example


Text Example

White with #EDA8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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