Html Css Color HEX #EFA3DC Lavender Rose

📋 copy color: '#EFA3DC'

red 239 ◦ green 163 ◦ blue 220

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

Shades of Lavender Rose #EFA3DC

Tints of Lavender Rose #EFA3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.21%

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

R = 38.42%
G = 26.21%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFA3DC (or 0xEFA3DC) is known color: Lavender Rose. HEX triplet: EF, A3 and DC. RGB value is (239,163,220). Sum of RGB (Red+Green+Blue) = 239+163+220=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 163 (64.06% from 255 or 26.21% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3DC is #105C23. Grayscale: #C0C0C0. Windows color (decimal): -1072164 or 14459887. OLE color: 14459887.

HSL color Cylindrical-coordinate representation of color #EFA3DC: hue angle of 315º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3DC is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 163 220 -
CMYK 0 0.32 0.08 0.06
HSL 315º 0.7% 0.79% -
HSV(B) 315º 0.32% 0.94% -
XYZ 61.61 49.71 74.06 -
YUV 192.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 239 163 220 0 0.32 0.08 0.06 315 0.7 0.79
Hex EF A3 DC 0 20 8 6 13B 46 4F
Octal 357 243 334 0 40 10 6 473 106 117
Binary 11101111 10100011 11011100 0 100000 1000 110 100111011 1000110 1001111

Color Harmonies of #EFA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA3DC

Black with #EFA3DC

Text Example


Text Example

White with #EFA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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