Html Css Color HEX #EFACD9 Lavender Rose

📋 copy color: '#EFACD9'

red 239 ◦ green 172 ◦ blue 217

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

Shades of Lavender Rose #EFACD9

Tints of Lavender Rose #EFACD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.55%

R = 38.06%
G = 27.39%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFACD9 (or 0xEFACD9) is known color: Lavender Rose. HEX triplet: EF, AC and D9. RGB value is (239,172,217). Sum of RGB (Red+Green+Blue) = 239+172+217=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACD9 is #105326. Grayscale: #C5C5C5. Windows color (decimal): -1069863 or 14265583. OLE color: 14265583.

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

Color convert

RGB 239 172 217 -
CMYK 0 0.28 0.09 0.06
HSL 319.7º 0.68% 0.81% -
HSV(B) 319.7º 0.28% 0.94% -
XYZ 62.87 52.87 72.54 -
YUV 197.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 239 172 217 0 0.28 0.09 0.06 319.7 0.68 0.81
Hex EF AC D9 0 1C 9 6 140 44 51
Octal 357 254 331 0 34 11 6 500 104 121
Binary 11101111 10101100 11011001 0 11100 1001 110 101000000 1000100 1010001

Color Harmonies of #EFACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACD9

Black with #EFACD9

Text Example


Text Example

White with #EFACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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