Html Css Color HEX #EFAEE0 Lavender Rose

📋 copy color: '#EFAEE0'

red 239 ◦ green 174 ◦ blue 224

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

Shades of Lavender Rose #EFAEE0

Tints of Lavender Rose #EFAEE0

RGB

 RED value IS 239 (93.75% from 255) = 37.52%

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

 BLUE value IS 224 (87.89% from 255) = 35.16%

R = 37.52%
G = 27.32%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFAEE0 (or 0xEFAEE0) is known color: Lavender Rose. HEX triplet: EF, AE and E0. RGB value is (239,174,224). Sum of RGB (Red+Green+Blue) = 239+174+224=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEE0 is #10511F. Grayscale: #C7C7C7. Windows color (decimal): -1069344 or 14724847. OLE color: 14724847.

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

Color convert

RGB 239 174 224 -
CMYK 0 0.27 0.06 0.06
HSL 313.85º 0.67% 0.81% -
HSV(B) 313.85º 0.27% 0.94% -
XYZ 64.19 54 77.56 -
YUV 199.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 239 174 224 0 0.27 0.06 0.06 313.85 0.67 0.81
Hex EF AE E0 0 1B 6 6 13A 43 51
Octal 357 256 340 0 33 6 6 472 103 121
Binary 11101111 10101110 11100000 0 11011 110 110 100111010 1000011 1010001

Color Harmonies of #EFAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEE0

Black with #EFAEE0

Text Example


Text Example

White with #EFAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEE0; }

 p { color: rgb(239,174,224); }

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

background-color css

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

 a { background-color: rgb(239,174,224); }

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

border-color css

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

 span { border-color: rgb(239,174,224); }

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