Html Css Color HEX #EFA6DD Lavender Rose

📋 copy color: '#EFA6DD'

red 239 ◦ green 166 ◦ blue 221

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

Shades of Lavender Rose #EFA6DD

Tints of Lavender Rose #EFA6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.3%

R = 38.18%
G = 26.52%
B = 35.3%

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

#EFA6DD (or 0xEFA6DD) is known color: Lavender Rose. HEX triplet: EF, A6 and DD. RGB value is (239,166,221). Sum of RGB (Red+Green+Blue) = 239+166+221=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6DD is #105922. Grayscale: #C1C1C1. Windows color (decimal): -1071395 or 14526191. OLE color: 14526191.

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

Color convert

RGB 239 166 221 -
CMYK 0 0.31 0.08 0.06
HSL 314.79º 0.7% 0.79% -
HSV(B) 314.79º 0.31% 0.94% -
XYZ 62.28 50.84 74.94 -
YUV 194.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 239 166 221 0 0.31 0.08 0.06 314.79 0.7 0.79
Hex EF A6 DD 0 1F 8 6 13B 46 4F
Octal 357 246 335 0 37 10 6 473 106 117
Binary 11101111 10100110 11011101 0 11111 1000 110 100111011 1000110 1001111

Color Harmonies of #EFA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6DD

Black with #EFA6DD

Text Example


Text Example

White with #EFA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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