Html Css Color HEX #EDABDB Lavender Rose

📋 copy color: '#EDABDB'

red 237 ◦ green 171 ◦ blue 219

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

Shades of Lavender Rose #EDABDB

Tints of Lavender Rose #EDABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.27%

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

R = 37.8%
G = 27.27%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDABDB (or 0xEDABDB) is known color: Lavender Rose. HEX triplet: ED, AB and DB. RGB value is (237,171,219). Sum of RGB (Red+Green+Blue) = 237+171+219=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABDB is #125424. Grayscale: #C4C4C4. Windows color (decimal): -1201189 or 14396397. OLE color: 14396397.

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

Color convert

RGB 237 171 219 -
CMYK 0 0.28 0.08 0.07
HSL 316.36º 0.65% 0.8% -
HSV(B) 316.36º 0.28% 0.93% -
XYZ 62.27 52.24 73.82 -
YUV 196.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 237 171 219 0 0.28 0.08 0.07 316.36 0.65 0.8
Hex ED AB DB 0 1C 8 7 13C 41 50
Octal 355 253 333 0 34 10 7 474 101 120
Binary 11101101 10101011 11011011 0 11100 1000 111 100111100 1000001 1010000

Color Harmonies of #EDABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDABDB

Black with #EDABDB

Text Example


Text Example

White with #EDABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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