Html Css Color HEX #EFA9DB Lavender Rose

📋 copy color: '#EFA9DB'

red 239 ◦ green 169 ◦ blue 219

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

Shades of Lavender Rose #EFA9DB

Tints of Lavender Rose #EFA9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.95%

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

R = 38.12%
G = 26.95%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFA9DB (or 0xEFA9DB) is known color: Lavender Rose. HEX triplet: EF, A9 and DB. RGB value is (239,169,219). Sum of RGB (Red+Green+Blue) = 239+169+219=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9DB is #105624. Grayscale: #C3C3C3. Windows color (decimal): -1070629 or 14395887. OLE color: 14395887.

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

Color convert

RGB 239 169 219 -
CMYK 0 0.29 0.08 0.06
HSL 317.14º 0.69% 0.8% -
HSV(B) 317.14º 0.29% 0.94% -
XYZ 62.57 51.84 73.73 -
YUV 195.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 239 169 219 0 0.29 0.08 0.06 317.14 0.69 0.8
Hex EF A9 DB 0 1D 8 6 13D 45 50
Octal 357 251 333 0 35 10 6 475 105 120
Binary 11101111 10101001 11011011 0 11101 1000 110 100111101 1000101 1010000

Color Harmonies of #EFA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9DB

Black with #EFA9DB

Text Example


Text Example

White with #EFA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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