Html Css Color HEX #EFACDC Lavender Rose

📋 copy color: '#EFACDC'

red 239 ◦ green 172 ◦ blue 220

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

Shades of Lavender Rose #EFACDC

Tints of Lavender Rose #EFACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.87%

R = 37.88%
G = 27.26%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFACDC (or 0xEFACDC) is known color: Lavender Rose. HEX triplet: EF, AC and DC. RGB value is (239,172,220). Sum of RGB (Red+Green+Blue) = 239+172+220=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACDC is #105323. Grayscale: #C5C5C5. Windows color (decimal): -1069860 or 14462191. OLE color: 14462191.

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

Color convert

RGB 239 172 220 -
CMYK 0 0.28 0.08 0.06
HSL 317.01º 0.68% 0.81% -
HSV(B) 317.01º 0.28% 0.94% -
XYZ 63.27 53.02 74.61 -
YUV 197.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 239 172 220 0 0.28 0.08 0.06 317.01 0.68 0.81
Hex EF AC DC 0 1C 8 6 13D 44 51
Octal 357 254 334 0 34 10 6 475 104 121
Binary 11101111 10101100 11011100 0 11100 1000 110 100111101 1000100 1010001

Color Harmonies of #EFACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACDC

Black with #EFACDC

Text Example


Text Example

White with #EFACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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