Html Css Color HEX #EDA3DD Lavender Rose

📋 copy color: '#EDA3DD'

red 237 ◦ green 163 ◦ blue 221

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

Shades of Lavender Rose #EDA3DD

Tints of Lavender Rose #EDA3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.25%

 BLUE value IS 221 (86.72% from 255) = 35.59%

R = 38.16%
G = 26.25%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDA3DD (or 0xEDA3DD) is known color: Lavender Rose. HEX triplet: ED, A3 and DD. RGB value is (237,163,221). Sum of RGB (Red+Green+Blue) = 237+163+221=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 163 (64.06% from 255 or 26.25% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3DD is #125C22. Grayscale: #BFBFBF. Windows color (decimal): -1203235 or 14525421. OLE color: 14525421.

HSL color Cylindrical-coordinate representation of color #EDA3DD: hue angle of 312.97º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3DD is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 163 221 -
CMYK 0 0.31 0.07 0.07
HSL 312.97º 0.67% 0.78% -
HSV(B) 312.97º 0.31% 0.93% -
XYZ 61.07 49.42 74.73 -
YUV 191.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 237 163 221 0 0.31 0.07 0.07 312.97 0.67 0.78
Hex ED A3 DD 0 1F 7 7 139 43 4E
Octal 355 243 335 0 37 7 7 471 103 116
Binary 11101101 10100011 11011101 0 11111 111 111 100111001 1000011 1001110

Color Harmonies of #EDA3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA3DD

Black with #EDA3DD

Text Example


Text Example

White with #EDA3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA3DD; }

 p { color: rgb(237,163,221); }

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

background-color css

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

 a { background-color: rgb(237,163,221); }

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

border-color css

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

 span { border-color: rgb(237,163,221); }

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