Html Css Color HEX #EFACE6 Lavender Rose

📋 copy color: '#EFACE6'

red 239 ◦ green 172 ◦ blue 230

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

Shades of Lavender Rose #EFACE6

Tints of Lavender Rose #EFACE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.88%

R = 37.29%
G = 26.83%
B = 35.88%

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

#EFACE6 (or 0xEFACE6) is known color: Lavender Rose. HEX triplet: EF, AC and E6. RGB value is (239,172,230). Sum of RGB (Red+Green+Blue) = 239+172+230=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACE6 is #105319. Grayscale: #C6C6C6. Windows color (decimal): -1069850 or 15117551. OLE color: 15117551.

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

Color convert

RGB 239 172 230 -
CMYK 0 0.28 0.04 0.06
HSL 308.06º 0.68% 0.81% -
HSV(B) 308.06º 0.28% 0.94% -
XYZ 64.63 53.57 81.8 -
YUV 198.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 239 172 230 0 0.28 0.04 0.06 308.06 0.68 0.81
Hex EF AC E6 0 1C 4 6 134 44 51
Octal 357 254 346 0 34 4 6 464 104 121
Binary 11101111 10101100 11100110 0 11100 100 110 100110100 1000100 1010001

Color Harmonies of #EFACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACE6

Black with #EFACE6

Text Example


Text Example

White with #EFACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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