Html Css Color HEX #EDACDB Lavender Rose

📋 copy color: '#EDACDB'

red 237 ◦ green 172 ◦ blue 219

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

Shades of Lavender Rose #EDACDB

Tints of Lavender Rose #EDACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.87%

R = 37.74%
G = 27.39%
B = 34.87%

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

#EDACDB (or 0xEDACDB) is known color: Lavender Rose. HEX triplet: ED, AC and DB. RGB value is (237,172,219). Sum of RGB (Red+Green+Blue) = 237+172+219=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACDB is #125324. Grayscale: #C4C4C4. Windows color (decimal): -1200933 or 14396653. OLE color: 14396653.

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

Color convert

RGB 237 172 219 -
CMYK 0 0.27 0.08 0.07
HSL 316.62º 0.64% 0.8% -
HSV(B) 316.62º 0.27% 0.93% -
XYZ 62.46 52.62 73.88 -
YUV 196.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 237 172 219 0 0.27 0.08 0.07 316.62 0.64 0.8
Hex ED AC DB 0 1B 8 7 13D 40 50
Octal 355 254 333 0 33 10 7 475 100 120
Binary 11101101 10101100 11011011 0 11011 1000 111 100111101 1000000 1010000

Color Harmonies of #EDACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACDB

Black with #EDACDB

Text Example


Text Example

White with #EDACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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