Html Css Color HEX #EFA7DB Lavender Rose

📋 copy color: '#EFA7DB'

red 239 ◦ green 167 ◦ blue 219

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

Shades of Lavender Rose #EFA7DB

Tints of Lavender Rose #EFA7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.72%

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

R = 38.24%
G = 26.72%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFA7DB (or 0xEFA7DB) is known color: Lavender Rose. HEX triplet: EF, A7 and DB. RGB value is (239,167,219). Sum of RGB (Red+Green+Blue) = 239+167+219=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7DB is #105824. Grayscale: #C2C2C2. Windows color (decimal): -1071141 or 14395375. OLE color: 14395375.

HSL color Cylindrical-coordinate representation of color #EFA7DB: hue angle of 316.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7DB is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 167 219 -
CMYK 0 0.30 0.08 0.06
HSL 316.67º 0.69% 0.8% -
HSV(B) 316.67º 0.3% 0.94% -
XYZ 62.2 51.1 73.6 -
YUV 194.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 239 167 219 0 0.30 0.08 0.06 316.67 0.69 0.8
Hex EF A7 DB 0 1E 8 6 13D 45 50
Octal 357 247 333 0 36 10 6 475 105 120
Binary 11101111 10100111 11011011 0 11110 1000 110 100111101 1000101 1010000

Color Harmonies of #EFA7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7DB

Black with #EFA7DB

Text Example


Text Example

White with #EFA7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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