Html Css Color HEX #EFACE0 Lavender Rose

📋 copy color: '#EFACE0'

red 239 ◦ green 172 ◦ blue 224

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

Shades of Lavender Rose #EFACE0

Tints of Lavender Rose #EFACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.28%

R = 37.64%
G = 27.09%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFACE0 (or 0xEFACE0) is known color: Lavender Rose. HEX triplet: EF, AC and E0. RGB value is (239,172,224). Sum of RGB (Red+Green+Blue) = 239+172+224=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACE0 is #10531F. Grayscale: #C5C5C5. Windows color (decimal): -1069856 or 14724335. OLE color: 14724335.

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

Color convert

RGB 239 172 224 -
CMYK 0 0.28 0.06 0.06
HSL 313.43º 0.68% 0.81% -
HSV(B) 313.43º 0.28% 0.94% -
XYZ 63.8 53.24 77.43 -
YUV 197.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 239 172 224 0 0.28 0.06 0.06 313.43 0.68 0.81
Hex EF AC E0 0 1C 6 6 139 44 51
Octal 357 254 340 0 34 6 6 471 104 121
Binary 11101111 10101100 11100000 0 11100 110 110 100111001 1000100 1010001

Color Harmonies of #EFACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACE0

Black with #EFACE0

Text Example


Text Example

White with #EFACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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