Html Css Color HEX #EFACE9 Lavender Rose

📋 copy color: '#EFACE9'

red 239 ◦ green 172 ◦ blue 233

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

Shades of Lavender Rose #EFACE9

Tints of Lavender Rose #EFACE9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.71%

 BLUE value IS 233 (91.41% from 255) = 36.18%

R = 37.11%
G = 26.71%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFACE9 (or 0xEFACE9) is known color: Lavender Rose. HEX triplet: EF, AC and E9. RGB value is (239,172,233). Sum of RGB (Red+Green+Blue) = 239+172+233=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACE9 is #105316. Grayscale: #C6C6C6. Windows color (decimal): -1069847 or 15314159. OLE color: 15314159.

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

Color convert

RGB 239 172 233 -
CMYK 0 0.28 0.03 0.06
HSL 305.37º 0.68% 0.81% -
HSV(B) 305.37º 0.28% 0.94% -
XYZ 65.06 53.74 84.03 -
YUV 198.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 239 172 233 0 0.28 0.03 0.06 305.37 0.68 0.81
Hex EF AC E9 0 1C 3 6 131 44 51
Octal 357 254 351 0 34 3 6 461 104 121
Binary 11101111 10101100 11101001 0 11100 11 110 100110001 1000100 1010001

Color Harmonies of #EFACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACE9

Black with #EFACE9

Text Example


Text Example

White with #EFACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACE9; }

 p { color: rgb(239,172,233); }

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

background-color css

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

 a { background-color: rgb(239,172,233); }

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

border-color css

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

 span { border-color: rgb(239,172,233); }

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