Html Css Color HEX #EFA6DE Lavender Rose

📋 copy color: '#EFA6DE'

red 239 ◦ green 166 ◦ blue 222

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

Shades of Lavender Rose #EFA6DE

Tints of Lavender Rose #EFA6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.41%

R = 38.12%
G = 26.48%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFA6DE (or 0xEFA6DE) is known color: Lavender Rose. HEX triplet: EF, A6 and DE. RGB value is (239,166,222). Sum of RGB (Red+Green+Blue) = 239+166+222=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6DE is #105921. Grayscale: #C2C2C2. Windows color (decimal): -1071394 or 14591727. OLE color: 14591727.

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

Color convert

RGB 239 166 222 -
CMYK 0 0.31 0.07 0.06
HSL 313.97º 0.7% 0.79% -
HSV(B) 313.97º 0.31% 0.94% -
XYZ 62.42 50.9 75.64 -
YUV 194.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 239 166 222 0 0.31 0.07 0.06 313.97 0.7 0.79
Hex EF A6 DE 0 1F 7 6 13A 46 4F
Octal 357 246 336 0 37 7 6 472 106 117
Binary 11101111 10100110 11011110 0 11111 111 110 100111010 1000110 1001111

Color Harmonies of #EFA6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6DE

Black with #EFA6DE

Text Example


Text Example

White with #EFA6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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