Html Css Color HEX #EDADDB Lavender Rose

📋 copy color: '#EDADDB'

red 237 ◦ green 173 ◦ blue 219

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

Shades of Lavender Rose #EDADDB

Tints of Lavender Rose #EDADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.5%

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

R = 37.68%
G = 27.5%
B = 34.82%

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

#EDADDB (or 0xEDADDB) is known color: Lavender Rose. HEX triplet: ED, AD and DB. RGB value is (237,173,219). Sum of RGB (Red+Green+Blue) = 237+173+219=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADDB is #125224. Grayscale: #C5C5C5. Windows color (decimal): -1200677 or 14396909. OLE color: 14396909.

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

Color convert

RGB 237 173 219 -
CMYK 0 0.27 0.08 0.07
HSL 316.88º 0.64% 0.8% -
HSV(B) 316.88º 0.27% 0.93% -
XYZ 62.65 53.01 73.95 -
YUV 197.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 237 173 219 0 0.27 0.08 0.07 316.88 0.64 0.8
Hex ED AD DB 0 1B 8 7 13D 40 50
Octal 355 255 333 0 33 10 7 475 100 120
Binary 11101101 10101101 11011011 0 11011 1000 111 100111101 1000000 1010000

Color Harmonies of #EDADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADDB

Black with #EDADDB

Text Example


Text Example

White with #EDADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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