Html Css Color HEX #EDACE5 Lavender Rose

📋 copy color: '#EDACE5'

red 237 ◦ green 172 ◦ blue 229

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

Shades of Lavender Rose #EDACE5

Tints of Lavender Rose #EDACE5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.96%

 BLUE value IS 229 (89.84% from 255) = 35.89%

R = 37.15%
G = 26.96%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDACE5 (or 0xEDACE5) is known color: Lavender Rose. HEX triplet: ED, AC and E5. RGB value is (237,172,229). Sum of RGB (Red+Green+Blue) = 237+172+229=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACE5 is #12531A. Grayscale: #C5C5C5. Windows color (decimal): -1200923 or 15052013. OLE color: 15052013.

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

Color convert

RGB 237 172 229 -
CMYK 0 0.27 0.03 0.07
HSL 307.38º 0.64% 0.8% -
HSV(B) 307.38º 0.27% 0.93% -
XYZ 63.82 53.17 81.03 -
YUV 197.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 237 172 229 0 0.27 0.03 0.07 307.38 0.64 0.8
Hex ED AC E5 0 1B 3 7 133 40 50
Octal 355 254 345 0 33 3 7 463 100 120
Binary 11101101 10101100 11100101 0 11011 11 111 100110011 1000000 1010000

Color Harmonies of #EDACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACE5

Black with #EDACE5

Text Example


Text Example

White with #EDACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACE5; }

 p { color: rgb(237,172,229); }

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

background-color css

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

 a { background-color: rgb(237,172,229); }

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

border-color css

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

 span { border-color: rgb(237,172,229); }

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