Html Css Color HEX #EEAADC Lavender Rose

📋 copy color: '#EEAADC'

red 238 ◦ green 170 ◦ blue 220

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

Shades of Lavender Rose #EEAADC

Tints of Lavender Rose #EEAADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 37.9%
G = 27.07%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEAADC (or 0xEEAADC) is known color: Lavender Rose. HEX triplet: EE, AA and DC. RGB value is (238,170,220). Sum of RGB (Red+Green+Blue) = 238+170+220=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAADC is #115523. Grayscale: #C3C3C3. Windows color (decimal): -1135908 or 14461678. OLE color: 14461678.

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

Color convert

RGB 238 170 220 -
CMYK 0 0.29 0.08 0.07
HSL 315.88º 0.67% 0.8% -
HSV(B) 315.88º 0.29% 0.93% -
XYZ 62.55 52.09 74.47 -
YUV 196.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 238 170 220 0 0.29 0.08 0.07 315.88 0.67 0.8
Hex EE AA DC 0 1D 8 7 13C 43 50
Octal 356 252 334 0 35 10 7 474 103 120
Binary 11101110 10101010 11011100 0 11101 1000 111 100111100 1000011 1010000

Color Harmonies of #EEAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAADC

Black with #EEAADC

Text Example


Text Example

White with #EEAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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