Html Css Color HEX #EDACDA Lavender Rose

📋 copy color: '#EDACDA'

red 237 ◦ green 172 ◦ blue 218

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

Shades of Lavender Rose #EDACDA

Tints of Lavender Rose #EDACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.77%

R = 37.8%
G = 27.43%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDACDA (or 0xEDACDA) is known color: Lavender Rose. HEX triplet: ED, AC and DA. RGB value is (237,172,218). Sum of RGB (Red+Green+Blue) = 237+172+218=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACDA is #125325. Grayscale: #C4C4C4. Windows color (decimal): -1200934 or 14331117. OLE color: 14331117.

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

Color convert

RGB 237 172 218 -
CMYK 0 0.27 0.08 0.07
HSL 317.54º 0.64% 0.8% -
HSV(B) 317.54º 0.27% 0.93% -
XYZ 62.33 52.57 73.19 -
YUV 196.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 237 172 218 0 0.27 0.08 0.07 317.54 0.64 0.8
Hex ED AC DA 0 1B 8 7 13E 40 50
Octal 355 254 332 0 33 10 7 476 100 120
Binary 11101101 10101100 11011010 0 11011 1000 111 100111110 1000000 1010000

Color Harmonies of #EDACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACDA

Black with #EDACDA

Text Example


Text Example

White with #EDACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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