Html Css Color HEX #EEA8DC Lavender Rose

📋 copy color: '#EEA8DC'

red 238 ◦ green 168 ◦ blue 220

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

Shades of Lavender Rose #EEA8DC

Tints of Lavender Rose #EEA8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.84%

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

R = 38.02%
G = 26.84%
B = 35.14%

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

#EEA8DC (or 0xEEA8DC) is known color: Lavender Rose. HEX triplet: EE, A8 and DC. RGB value is (238,168,220). Sum of RGB (Red+Green+Blue) = 238+168+220=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8DC is #115723. Grayscale: #C2C2C2. Windows color (decimal): -1136420 or 14461166. OLE color: 14461166.

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

Color convert

RGB 238 168 220 -
CMYK 0 0.29 0.08 0.07
HSL 315.43º 0.67% 0.8% -
HSV(B) 315.43º 0.29% 0.93% -
XYZ 62.18 51.35 74.34 -
YUV 194.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 238 168 220 0 0.29 0.08 0.07 315.43 0.67 0.8
Hex EE A8 DC 0 1D 8 7 13B 43 50
Octal 356 250 334 0 35 10 7 473 103 120
Binary 11101110 10101000 11011100 0 11101 1000 111 100111011 1000011 1010000

Color Harmonies of #EEA8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8DC

Black with #EEA8DC

Text Example


Text Example

White with #EEA8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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