Html Css Color HEX #EEA8DB Lavender Rose

📋 copy color: '#EEA8DB'

red 238 ◦ green 168 ◦ blue 219

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

Shades of Lavender Rose #EEA8DB

Tints of Lavender Rose #EEA8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 38.08%
G = 26.88%
B = 35.04%

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

#EEA8DB (or 0xEEA8DB) is known color: Lavender Rose. HEX triplet: EE, A8 and DB. RGB value is (238,168,219). Sum of RGB (Red+Green+Blue) = 238+168+219=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8DB is #115724. Grayscale: #C2C2C2. Windows color (decimal): -1136421 or 14395630. OLE color: 14395630.

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

Color convert

RGB 238 168 219 -
CMYK 0 0.29 0.08 0.07
HSL 316.29º 0.67% 0.8% -
HSV(B) 316.29º 0.29% 0.93% -
XYZ 62.05 51.3 73.65 -
YUV 194.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 238 168 219 0 0.29 0.08 0.07 316.29 0.67 0.8
Hex EE A8 DB 0 1D 8 7 13C 43 50
Octal 356 250 333 0 35 10 7 474 103 120
Binary 11101110 10101000 11011011 0 11101 1000 111 100111100 1000011 1010000

Color Harmonies of #EEA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8DB

Black with #EEA8DB

Text Example


Text Example

White with #EEA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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