Html Css Color HEX #EEACDE Lavender Rose

📋 copy color: '#EEACDE'

red 238 ◦ green 172 ◦ blue 222

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

Shades of Lavender Rose #EEACDE

Tints of Lavender Rose #EEACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.22%

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

R = 37.66%
G = 27.22%
B = 35.13%

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

#EEACDE (or 0xEEACDE) is known color: Lavender Rose. HEX triplet: EE, AC and DE. RGB value is (238,172,222). Sum of RGB (Red+Green+Blue) = 238+172+222=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACDE is #115321. Grayscale: #C5C5C5. Windows color (decimal): -1135394 or 14593262. OLE color: 14593262.

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

Color convert

RGB 238 172 222 -
CMYK 0 0.28 0.07 0.07
HSL 314.55º 0.66% 0.8% -
HSV(B) 314.55º 0.28% 0.93% -
XYZ 63.2 52.96 76 -
YUV 197.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 238 172 222 0 0.28 0.07 0.07 314.55 0.66 0.8
Hex EE AC DE 0 1C 7 7 13B 42 50
Octal 356 254 336 0 34 7 7 473 102 120
Binary 11101110 10101100 11011110 0 11100 111 111 100111011 1000010 1010000

Color Harmonies of #EEACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEACDE

Black with #EEACDE

Text Example


Text Example

White with #EEACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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