Html Css Color HEX #EFADE2 Lavender Rose

📋 copy color: '#EFADE2'

red 239 ◦ green 173 ◦ blue 226

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

Shades of Lavender Rose #EFADE2

Tints of Lavender Rose #EFADE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.42%

R = 37.46%
G = 27.12%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFADE2 (or 0xEFADE2) is known color: Lavender Rose. HEX triplet: EF, AD and E2. RGB value is (239,173,226). Sum of RGB (Red+Green+Blue) = 239+173+226=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADE2 is #10521D. Grayscale: #C6C6C6. Windows color (decimal): -1069598 or 14855663. OLE color: 14855663.

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

Color convert

RGB 239 173 226 -
CMYK 0 0.28 0.05 0.06
HSL 311.82º 0.67% 0.81% -
HSV(B) 311.82º 0.28% 0.94% -
XYZ 64.27 53.73 78.93 -
YUV 198.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 239 173 226 0 0.28 0.05 0.06 311.82 0.67 0.81
Hex EF AD E2 0 1C 5 6 138 43 51
Octal 357 255 342 0 34 5 6 470 103 121
Binary 11101111 10101101 11100010 0 11100 101 110 100111000 1000011 1010001

Color Harmonies of #EFADE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADE2

Black with #EFADE2

Text Example


Text Example

White with #EFADE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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