Html Css Color HEX #EFADE3 Lavender Rose

📋 copy color: '#EFADE3'

red 239 ◦ green 173 ◦ blue 227

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

Shades of Lavender Rose #EFADE3

Tints of Lavender Rose #EFADE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.52%

R = 37.4%
G = 27.07%
B = 35.52%

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

#EFADE3 (or 0xEFADE3) is known color: Lavender Rose. HEX triplet: EF, AD and E3. RGB value is (239,173,227). Sum of RGB (Red+Green+Blue) = 239+173+227=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADE3 is #10521C. Grayscale: #C6C6C6. Windows color (decimal): -1069597 or 14921199. OLE color: 14921199.

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

Color convert

RGB 239 173 227 -
CMYK 0 0.28 0.05 0.06
HSL 310.91º 0.67% 0.81% -
HSV(B) 310.91º 0.28% 0.94% -
XYZ 64.41 53.78 79.66 -
YUV 198.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 239 173 227 0 0.28 0.05 0.06 310.91 0.67 0.81
Hex EF AD E3 0 1C 5 6 137 43 51
Octal 357 255 343 0 34 5 6 467 103 121
Binary 11101111 10101101 11100011 0 11100 101 110 100110111 1000011 1010001

Color Harmonies of #EFADE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADE3

Black with #EFADE3

Text Example


Text Example

White with #EFADE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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