Html Css Color HEX #EEAADF Lavender Rose

📋 copy color: '#EEAADF'

red 238 ◦ green 170 ◦ blue 223

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

Shades of Lavender Rose #EEAADF

Tints of Lavender Rose #EEAADF

RGB

 RED value IS 238 (93.36% from 255) = 37.72%

 GREEN value IS 170 (66.8% from 255) = 26.94%

 BLUE value IS 223 (87.5% from 255) = 35.34%

R = 37.72%
G = 26.94%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EEAADF (or 0xEEAADF) is known color: Lavender Rose. HEX triplet: EE, AA and DF. RGB value is (238,170,223). Sum of RGB (Red+Green+Blue) = 238+170+223=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAADF is #115520. Grayscale: #C4C4C4. Windows color (decimal): -1135905 or 14658286. OLE color: 14658286.

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

Color convert

RGB 238 170 223 -
CMYK 0 0.29 0.06 0.07
HSL 313.24º 0.67% 0.8% -
HSV(B) 313.24º 0.29% 0.93% -
XYZ 62.95 52.25 76.58 -
YUV 196.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 238 170 223 0 0.29 0.06 0.07 313.24 0.67 0.8
Hex EE AA DF 0 1D 6 7 139 43 50
Octal 356 252 337 0 35 6 7 471 103 120
Binary 11101110 10101010 11011111 0 11101 110 111 100111001 1000011 1010000

Color Harmonies of #EEAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAADF

Black with #EEAADF

Text Example


Text Example

White with #EEAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAADF; }

 p { color: rgb(238,170,223); }

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

background-color css

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

 a { background-color: rgb(238,170,223); }

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

border-color css

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

 span { border-color: rgb(238,170,223); }

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