Html Css Color HEX #EDADD8 Lavender Rose

📋 copy color: '#EDADD8'

red 237 ◦ green 173 ◦ blue 216

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

Shades of Lavender Rose #EDADD8

Tints of Lavender Rose #EDADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.5%

R = 37.86%
G = 27.64%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDADD8 (or 0xEDADD8) is known color: Lavender Rose. HEX triplet: ED, AD and D8. RGB value is (237,173,216). Sum of RGB (Red+Green+Blue) = 237+173+216=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADD8 is #125227. Grayscale: #C4C4C4. Windows color (decimal): -1200680 or 14200301. OLE color: 14200301.

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

Color convert

RGB 237 173 216 -
CMYK 0 0.27 0.09 0.07
HSL 319.69º 0.64% 0.8% -
HSV(B) 319.69º 0.27% 0.93% -
XYZ 62.26 52.85 71.89 -
YUV 197.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 237 173 216 0 0.27 0.09 0.07 319.69 0.64 0.8
Hex ED AD D8 0 1B 9 7 140 40 50
Octal 355 255 330 0 33 11 7 500 100 120
Binary 11101101 10101101 11011000 0 11011 1001 111 101000000 1000000 1010000

Color Harmonies of #EDADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADD8

Black with #EDADD8

Text Example


Text Example

White with #EDADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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