Html Css Color HEX #EEA6DB Lavender Rose

📋 copy color: '#EEA6DB'

red 238 ◦ green 166 ◦ blue 219

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

Shades of Lavender Rose #EEA6DB

Tints of Lavender Rose #EEA6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.65%

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

R = 38.2%
G = 26.65%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEA6DB (or 0xEEA6DB) is known color: Lavender Rose. HEX triplet: EE, A6 and DB. RGB value is (238,166,219). Sum of RGB (Red+Green+Blue) = 238+166+219=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA6DB is #115924. Grayscale: #C1C1C1. Windows color (decimal): -1136933 or 14395118. OLE color: 14395118.

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

Color convert

RGB 238 166 219 -
CMYK 0 0.30 0.08 0.07
HSL 315.83º 0.68% 0.79% -
HSV(B) 315.83º 0.3% 0.93% -
XYZ 61.68 50.56 73.53 -
YUV 193.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 238 166 219 0 0.30 0.08 0.07 315.83 0.68 0.79
Hex EE A6 DB 0 1E 8 7 13C 44 4F
Octal 356 246 333 0 36 10 7 474 104 117
Binary 11101110 10100110 11011011 0 11110 1000 111 100111100 1000100 1001111

Color Harmonies of #EEA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA6DB

Black with #EEA6DB

Text Example


Text Example

White with #EEA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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