Html Css Color HEX #EEABDE Lavender Rose

📋 copy color: '#EEABDE'

red 238 ◦ green 171 ◦ blue 222

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

Shades of Lavender Rose #EEABDE

Tints of Lavender Rose #EEABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.1%

 BLUE value IS 222 (87.11% from 255) = 35.18%

R = 37.72%
G = 27.1%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EEABDE (or 0xEEABDE) is known color: Lavender Rose. HEX triplet: EE, AB and DE. RGB value is (238,171,222). Sum of RGB (Red+Green+Blue) = 238+171+222=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABDE is #115421. Grayscale: #C4C4C4. Windows color (decimal): -1135650 or 14593006. OLE color: 14593006.

HSL color Cylindrical-coordinate representation of color #EEABDE: hue angle of 314.33º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEABDE is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 171 222 -
CMYK 0 0.28 0.07 0.07
HSL 314.33º 0.66% 0.8% -
HSV(B) 314.33º 0.28% 0.93% -
XYZ 63.01 52.58 75.93 -
YUV 196.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 238 171 222 0 0.28 0.07 0.07 314.33 0.66 0.8
Hex EE AB DE 0 1C 7 7 13A 42 50
Octal 356 253 336 0 34 7 7 472 102 120
Binary 11101110 10101011 11011110 0 11100 111 111 100111010 1000010 1010000

Color Harmonies of #EEABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEABDE

Black with #EEABDE

Text Example


Text Example

White with #EEABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEABDE; }

 p { color: rgb(238,171,222); }

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

background-color css

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

 a { background-color: rgb(238,171,222); }

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

border-color css

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

 span { border-color: rgb(238,171,222); }

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