Html Css Color HEX #EFA7DD Lavender Rose

📋 copy color: '#EFA7DD'

red 239 ◦ green 167 ◦ blue 221

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

Shades of Lavender Rose #EFA7DD

Tints of Lavender Rose #EFA7DD

RGB

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

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

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

R = 38.12%
G = 26.63%
B = 35.25%

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

#EFA7DD (or 0xEFA7DD) is known color: Lavender Rose. HEX triplet: EF, A7 and DD. RGB value is (239,167,221). Sum of RGB (Red+Green+Blue) = 239+167+221=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7DD is #105822. Grayscale: #C2C2C2. Windows color (decimal): -1071139 or 14526447. OLE color: 14526447.

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

Color convert

RGB 239 167 221 -
CMYK 0 0.30 0.08 0.06
HSL 315º 0.69% 0.8% -
HSV(B) 315º 0.3% 0.94% -
XYZ 62.47 51.21 75 -
YUV 194.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 239 167 221 0 0.30 0.08 0.06 315 0.69 0.8
Hex EF A7 DD 0 1E 8 6 13B 45 50
Octal 357 247 335 0 36 10 6 473 105 120
Binary 11101111 10100111 11011101 0 11110 1000 110 100111011 1000101 1010000

Color Harmonies of #EFA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7DD

Black with #EFA7DD

Text Example


Text Example

White with #EFA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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