Html Css Color HEX #EDADE0 Lavender Rose

📋 copy color: '#EDADE0'

red 237 ◦ green 173 ◦ blue 224

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

Shades of Lavender Rose #EDADE0

Tints of Lavender Rose #EDADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.33%

R = 37.38%
G = 27.29%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDADE0 (or 0xEDADE0) is known color: Lavender Rose. HEX triplet: ED, AD and E0. RGB value is (237,173,224). Sum of RGB (Red+Green+Blue) = 237+173+224=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADE0 is #12521F. Grayscale: #C5C5C5. Windows color (decimal): -1200672 or 14724589. OLE color: 14724589.

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

Color convert

RGB 237 173 224 -
CMYK 0 0.27 0.05 0.07
HSL 312.19º 0.64% 0.8% -
HSV(B) 312.19º 0.27% 0.93% -
XYZ 63.32 53.27 77.47 -
YUV 197.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 237 173 224 0 0.27 0.05 0.07 312.19 0.64 0.8
Hex ED AD E0 0 1B 5 7 138 40 50
Octal 355 255 340 0 33 5 7 470 100 120
Binary 11101101 10101101 11100000 0 11011 101 111 100111000 1000000 1010000

Color Harmonies of #EDADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADE0

Black with #EDADE0

Text Example


Text Example

White with #EDADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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