Html Css Color HEX #EDACDE Lavender Rose

📋 copy color: '#EDACDE'

red 237 ◦ green 172 ◦ blue 222

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

Shades of Lavender Rose #EDACDE

Tints of Lavender Rose #EDACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.18%

R = 37.56%
G = 27.26%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDACDE (or 0xEDACDE) is known color: Lavender Rose. HEX triplet: ED, AC and DE. RGB value is (237,172,222). Sum of RGB (Red+Green+Blue) = 237+172+222=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACDE is #125321. Grayscale: #C5C5C5. Windows color (decimal): -1200930 or 14593261. OLE color: 14593261.

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

Color convert

RGB 237 172 222 -
CMYK 0 0.27 0.06 0.07
HSL 313.85º 0.64% 0.8% -
HSV(B) 313.85º 0.27% 0.93% -
XYZ 62.86 52.78 75.98 -
YUV 197.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 237 172 222 0 0.27 0.06 0.07 313.85 0.64 0.8
Hex ED AC DE 0 1B 6 7 13A 40 50
Octal 355 254 336 0 33 6 7 472 100 120
Binary 11101101 10101100 11011110 0 11011 110 111 100111010 1000000 1010000

Color Harmonies of #EDACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACDE

Black with #EDACDE

Text Example


Text Example

White with #EDACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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