Html Css Color HEX #EFACE4 Lavender Rose

📋 copy color: '#EFACE4'

red 239 ◦ green 172 ◦ blue 228

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

Shades of Lavender Rose #EFACE4

Tints of Lavender Rose #EFACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.68%

R = 37.4%
G = 26.92%
B = 35.68%

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

#EFACE4 (or 0xEFACE4) is known color: Lavender Rose. HEX triplet: EF, AC and E4. RGB value is (239,172,228). Sum of RGB (Red+Green+Blue) = 239+172+228=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACE4 is #10531B. Grayscale: #C6C6C6. Windows color (decimal): -1069852 or 14986479. OLE color: 14986479.

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

Color convert

RGB 239 172 228 -
CMYK 0 0.28 0.05 0.06
HSL 309.85º 0.68% 0.81% -
HSV(B) 309.85º 0.28% 0.94% -
XYZ 64.35 53.46 80.33 -
YUV 198.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 239 172 228 0 0.28 0.05 0.06 309.85 0.68 0.81
Hex EF AC E4 0 1C 5 6 136 44 51
Octal 357 254 344 0 34 5 6 466 104 121
Binary 11101111 10101100 11100100 0 11100 101 110 100110110 1000100 1010001

Color Harmonies of #EFACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACE4

Black with #EFACE4

Text Example


Text Example

White with #EFACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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