Html Css Color HEX #EDA9D8 Lavender Rose

📋 copy color: '#EDA9D8'

red 237 ◦ green 169 ◦ blue 216

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

Shades of Lavender Rose #EDA9D8

Tints of Lavender Rose #EDA9D8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.17%

 BLUE value IS 216 (84.77% from 255) = 34.73%

R = 38.1%
G = 27.17%
B = 34.73%

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

#EDA9D8 (or 0xEDA9D8) is known color: Lavender Rose. HEX triplet: ED, A9 and D8. RGB value is (237,169,216). Sum of RGB (Red+Green+Blue) = 237+169+216=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9D8 is #125627. Grayscale: #C2C2C2. Windows color (decimal): -1201704 or 14199277. OLE color: 14199277.

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

Color convert

RGB 237 169 216 -
CMYK 0 0.29 0.09 0.07
HSL 318.53º 0.65% 0.8% -
HSV(B) 318.53º 0.29% 0.93% -
XYZ 61.51 51.34 71.63 -
YUV 194.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 237 169 216 0 0.29 0.09 0.07 318.53 0.65 0.8
Hex ED A9 D8 0 1D 9 7 13F 41 50
Octal 355 251 330 0 35 11 7 477 101 120
Binary 11101101 10101001 11011000 0 11101 1001 111 100111111 1000001 1010000

Color Harmonies of #EDA9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9D8

Black with #EDA9D8

Text Example


Text Example

White with #EDA9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9D8; }

 p { color: rgb(237,169,216); }

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

background-color css

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

 a { background-color: rgb(237,169,216); }

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

border-color css

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

 span { border-color: rgb(237,169,216); }

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