Html Css Color HEX #EEAEDF Lavender Rose

📋 copy color: '#EEAEDF'

red 238 ◦ green 174 ◦ blue 223

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

Shades of Lavender Rose #EEAEDF

Tints of Lavender Rose #EEAEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.4%

 BLUE value IS 223 (87.5% from 255) = 35.12%

R = 37.48%
G = 27.4%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EEAEDF (or 0xEEAEDF) is known color: Lavender Rose. HEX triplet: EE, AE and DF. RGB value is (238,174,223). Sum of RGB (Red+Green+Blue) = 238+174+223=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEDF is #115120. Grayscale: #C6C6C6. Windows color (decimal): -1134881 or 14659310. OLE color: 14659310.

HSL color Cylindrical-coordinate representation of color #EEAEDF: hue angle of 314.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEAEDF is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 174 223 -
CMYK 0 0.27 0.06 0.07
HSL 314.06º 0.65% 0.81% -
HSV(B) 314.06º 0.27% 0.93% -
XYZ 63.72 53.78 76.83 -
YUV 198.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 238 174 223 0 0.27 0.06 0.07 314.06 0.65 0.81
Hex EE AE DF 0 1B 6 7 13A 41 51
Octal 356 256 337 0 33 6 7 472 101 121
Binary 11101110 10101110 11011111 0 11011 110 111 100111010 1000001 1010001

Color Harmonies of #EEAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAEDF

Black with #EEAEDF

Text Example


Text Example

White with #EEAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAEDF; }

 p { color: rgb(238,174,223); }

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

background-color css

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

 a { background-color: rgb(238,174,223); }

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

border-color css

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

 span { border-color: rgb(238,174,223); }

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