Html Css Color HEX #EDADD9 Lavender Rose

📋 copy color: '#EDADD9'

red 237 ◦ green 173 ◦ blue 217

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

Shades of Lavender Rose #EDADD9

Tints of Lavender Rose #EDADD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.61%

R = 37.8%
G = 27.59%
B = 34.61%

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

#EDADD9 (or 0xEDADD9) is known color: Lavender Rose. HEX triplet: ED, AD and D9. RGB value is (237,173,217). Sum of RGB (Red+Green+Blue) = 237+173+217=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADD9 is #125226. Grayscale: #C5C5C5. Windows color (decimal): -1200679 or 14265837. OLE color: 14265837.

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

Color convert

RGB 237 173 217 -
CMYK 0 0.27 0.08 0.07
HSL 318.75º 0.64% 0.8% -
HSV(B) 318.75º 0.27% 0.93% -
XYZ 62.39 52.9 72.57 -
YUV 197.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 237 173 217 0 0.27 0.08 0.07 318.75 0.64 0.8
Hex ED AD D9 0 1B 8 7 13F 40 50
Octal 355 255 331 0 33 10 7 477 100 120
Binary 11101101 10101101 11011001 0 11011 1000 111 100111111 1000000 1010000

Color Harmonies of #EDADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADD9

Black with #EDADD9

Text Example


Text Example

White with #EDADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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