Html Css Color HEX #EDACDF Lavender Rose

📋 copy color: '#EDACDF'

red 237 ◦ green 172 ◦ blue 223

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

Shades of Lavender Rose #EDACDF

Tints of Lavender Rose #EDACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.28%

R = 37.5%
G = 27.22%
B = 35.28%

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

#EDACDF (or 0xEDACDF) is known color: Lavender Rose. HEX triplet: ED, AC and DF. RGB value is (237,172,223). Sum of RGB (Red+Green+Blue) = 237+172+223=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACDF is #125320. Grayscale: #C5C5C5. Windows color (decimal): -1200929 or 14658797. OLE color: 14658797.

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

Color convert

RGB 237 172 223 -
CMYK 0 0.27 0.06 0.07
HSL 312.92º 0.64% 0.8% -
HSV(B) 312.92º 0.27% 0.93% -
XYZ 63 52.84 76.69 -
YUV 197.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 237 172 223 0 0.27 0.06 0.07 312.92 0.64 0.8
Hex ED AC DF 0 1B 6 7 139 40 50
Octal 355 254 337 0 33 6 7 471 100 120
Binary 11101101 10101100 11011111 0 11011 110 111 100111001 1000000 1010000

Color Harmonies of #EDACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACDF

Black with #EDACDF

Text Example


Text Example

White with #EDACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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