Html Css Color HEX #EFA6DB Lavender Rose

📋 copy color: '#EFA6DB'

red 239 ◦ green 166 ◦ blue 219

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

Shades of Lavender Rose #EFA6DB

Tints of Lavender Rose #EFA6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.6%

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 38.3%
G = 26.6%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFA6DB (or 0xEFA6DB) is known color: Lavender Rose. HEX triplet: EF, A6 and DB. RGB value is (239,166,219). Sum of RGB (Red+Green+Blue) = 239+166+219=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6DB is #105924. Grayscale: #C1C1C1. Windows color (decimal): -1071397 or 14395119. OLE color: 14395119.

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

Color convert

RGB 239 166 219 -
CMYK 0 0.31 0.08 0.06
HSL 316.44º 0.7% 0.79% -
HSV(B) 316.44º 0.31% 0.94% -
XYZ 62.02 50.74 73.54 -
YUV 193.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 239 166 219 0 0.31 0.08 0.06 316.44 0.7 0.79
Hex EF A6 DB 0 1F 8 6 13C 46 4F
Octal 357 246 333 0 37 10 6 474 106 117
Binary 11101111 10100110 11011011 0 11111 1000 110 100111100 1000110 1001111

Color Harmonies of #EFA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6DB

Black with #EFA6DB

Text Example


Text Example

White with #EFA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6DB; }

 p { color: rgb(239,166,219); }

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

background-color css

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

 a { background-color: rgb(239,166,219); }

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

border-color css

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

 span { border-color: rgb(239,166,219); }

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