Html Css Color HEX #EFADEA Lavender Rose

📋 copy color: '#EFADEA'

red 239 ◦ green 173 ◦ blue 234

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

Shades of Lavender Rose #EFADEA

Tints of Lavender Rose #EFADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.22%

R = 37%
G = 26.78%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFADEA (or 0xEFADEA) is known color: Lavender Rose. HEX triplet: EF, AD and EA. RGB value is (239,173,234). Sum of RGB (Red+Green+Blue) = 239+173+234=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADEA is #105215. Grayscale: #C7C7C7. Windows color (decimal): -1069590 or 15379951. OLE color: 15379951.

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

Color convert

RGB 239 173 234 -
CMYK 0 0.28 0.02 0.06
HSL 304.55º 0.67% 0.81% -
HSV(B) 304.55º 0.28% 0.94% -
XYZ 65.39 54.18 84.85 -
YUV 199.69 147.37 156.04 -
System Red Green Blue C M Y K H S L
Decimal 239 173 234 0 0.28 0.02 0.06 304.55 0.67 0.81
Hex EF AD EA 0 1C 2 6 131 43 51
Octal 357 255 352 0 34 2 6 461 103 121
Binary 11101111 10101101 11101010 0 11100 10 110 100110001 1000011 1010001

Color Harmonies of #EFADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADEA

Black with #EFADEA

Text Example


Text Example

White with #EFADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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