Html Css Color HEX #EFACE7 Lavender Rose

📋 copy color: '#EFACE7'

red 239 ◦ green 172 ◦ blue 231

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

Shades of Lavender Rose #EFACE7

Tints of Lavender Rose #EFACE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.98%

R = 37.23%
G = 26.79%
B = 35.98%

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

#EFACE7 (or 0xEFACE7) is known color: Lavender Rose. HEX triplet: EF, AC and E7. RGB value is (239,172,231). Sum of RGB (Red+Green+Blue) = 239+172+231=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACE7 is #105318. Grayscale: #C6C6C6. Windows color (decimal): -1069849 or 15183087. OLE color: 15183087.

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

Color convert

RGB 239 172 231 -
CMYK 0 0.28 0.03 0.06
HSL 307.16º 0.68% 0.81% -
HSV(B) 307.16º 0.28% 0.94% -
XYZ 64.77 53.63 82.54 -
YUV 198.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 239 172 231 0 0.28 0.03 0.06 307.16 0.68 0.81
Hex EF AC E7 0 1C 3 6 133 44 51
Octal 357 254 347 0 34 3 6 463 104 121
Binary 11101111 10101100 11100111 0 11100 11 110 100110011 1000100 1010001

Color Harmonies of #EFACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACE7

Black with #EFACE7

Text Example


Text Example

White with #EFACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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