Html Css Color HEX #EEA5DB Lavender Rose

📋 copy color: '#EEA5DB'

red 238 ◦ green 165 ◦ blue 219

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

Shades of Lavender Rose #EEA5DB

Tints of Lavender Rose #EEA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.53%

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

R = 38.26%
G = 26.53%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEA5DB (or 0xEEA5DB) is known color: Lavender Rose. HEX triplet: EE, A5 and DB. RGB value is (238,165,219). Sum of RGB (Red+Green+Blue) = 238+165+219=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5DB is #115A24. Grayscale: #C0C0C0. Windows color (decimal): -1137189 or 14394862. OLE color: 14394862.

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

Color convert

RGB 238 165 219 -
CMYK 0 0.31 0.08 0.07
HSL 315.62º 0.68% 0.79% -
HSV(B) 315.62º 0.31% 0.93% -
XYZ 61.5 50.2 73.47 -
YUV 192.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 238 165 219 0 0.31 0.08 0.07 315.62 0.68 0.79
Hex EE A5 DB 0 1F 8 7 13C 44 4F
Octal 356 245 333 0 37 10 7 474 104 117
Binary 11101110 10100101 11011011 0 11111 1000 111 100111100 1000100 1001111

Color Harmonies of #EEA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA5DB

Black with #EEA5DB

Text Example


Text Example

White with #EEA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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