Html Css Color HEX #EFADE5 Lavender Rose

📋 copy color: '#EFADE5'

red 239 ◦ green 173 ◦ blue 229

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

Shades of Lavender Rose #EFADE5

Tints of Lavender Rose #EFADE5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.99%

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 37.29%
G = 26.99%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFADE5 (or 0xEFADE5) is known color: Lavender Rose. HEX triplet: EF, AD and E5. RGB value is (239,173,229). Sum of RGB (Red+Green+Blue) = 239+173+229=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADE5 is #10521A. Grayscale: #C6C6C6. Windows color (decimal): -1069595 or 15052271. OLE color: 15052271.

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

Color convert

RGB 239 173 229 -
CMYK 0 0.28 0.04 0.06
HSL 309.09º 0.67% 0.81% -
HSV(B) 309.09º 0.28% 0.94% -
XYZ 64.68 53.9 81.12 -
YUV 199.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 239 173 229 0 0.28 0.04 0.06 309.09 0.67 0.81
Hex EF AD E5 0 1C 4 6 135 43 51
Octal 357 255 345 0 34 4 6 465 103 121
Binary 11101111 10101101 11100101 0 11100 100 110 100110101 1000011 1010001

Color Harmonies of #EFADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADE5

Black with #EFADE5

Text Example


Text Example

White with #EFADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADE5; }

 p { color: rgb(239,173,229); }

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

background-color css

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

 a { background-color: rgb(239,173,229); }

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

border-color css

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

 span { border-color: rgb(239,173,229); }

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