Html Css Color HEX #EFACE3 Lavender Rose

📋 copy color: '#EFACE3'

red 239 ◦ green 172 ◦ blue 227

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

Shades of Lavender Rose #EFACE3

Tints of Lavender Rose #EFACE3

RGB

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

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

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

R = 37.46%
G = 26.96%
B = 35.58%

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

#EFACE3 (or 0xEFACE3) is known color: Lavender Rose. HEX triplet: EF, AC and E3. RGB value is (239,172,227). Sum of RGB (Red+Green+Blue) = 239+172+227=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACE3 is #10531C. Grayscale: #C6C6C6. Windows color (decimal): -1069853 or 14920943. OLE color: 14920943.

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

Color convert

RGB 239 172 227 -
CMYK 0 0.28 0.05 0.06
HSL 310.75º 0.68% 0.81% -
HSV(B) 310.75º 0.28% 0.94% -
XYZ 64.21 53.4 79.6 -
YUV 198.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 239 172 227 0 0.28 0.05 0.06 310.75 0.68 0.81
Hex EF AC E3 0 1C 5 6 137 44 51
Octal 357 254 343 0 34 5 6 467 104 121
Binary 11101111 10101100 11100011 0 11100 101 110 100110111 1000100 1010001

Color Harmonies of #EFACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACE3

Black with #EFACE3

Text Example


Text Example

White with #EFACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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