Html Css Color HEX #EFAEDE Lavender Rose

📋 copy color: '#EFAEDE'

red 239 ◦ green 174 ◦ blue 222

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

Shades of Lavender Rose #EFAEDE

Tints of Lavender Rose #EFAEDE

RGB

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

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

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

R = 37.64%
G = 27.4%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFAEDE (or 0xEFAEDE) is known color: Lavender Rose. HEX triplet: EF, AE and DE. RGB value is (239,174,222). Sum of RGB (Red+Green+Blue) = 239+174+222=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEDE is #105121. Grayscale: #C6C6C6. Windows color (decimal): -1069346 or 14593775. OLE color: 14593775.

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

Color convert

RGB 239 174 222 -
CMYK 0 0.27 0.07 0.06
HSL 315.69º 0.67% 0.81% -
HSV(B) 315.69º 0.27% 0.94% -
XYZ 63.92 53.9 76.14 -
YUV 198.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 239 174 222 0 0.27 0.07 0.06 315.69 0.67 0.81
Hex EF AE DE 0 1B 7 6 13C 43 51
Octal 357 256 336 0 33 7 6 474 103 121
Binary 11101111 10101110 11011110 0 11011 111 110 100111100 1000011 1010001

Color Harmonies of #EFAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEDE

Black with #EFAEDE

Text Example


Text Example

White with #EFAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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