Html Css Color HEX #EFABDF Lavender Rose

📋 copy color: '#EFABDF'

red 239 ◦ green 171 ◦ blue 223

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

Shades of Lavender Rose #EFABDF

Tints of Lavender Rose #EFABDF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.01%

 BLUE value IS 223 (87.5% from 255) = 35.23%

R = 37.76%
G = 27.01%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFABDF (or 0xEFABDF) is known color: Lavender Rose. HEX triplet: EF, AB and DF. RGB value is (239,171,223). Sum of RGB (Red+Green+Blue) = 239+171+223=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABDF is #105420. Grayscale: #C5C5C5. Windows color (decimal): -1070113 or 14658543. OLE color: 14658543.

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

Color convert

RGB 239 171 223 -
CMYK 0 0.28 0.07 0.06
HSL 314.12º 0.68% 0.8% -
HSV(B) 314.12º 0.28% 0.94% -
XYZ 63.48 52.8 76.66 -
YUV 197.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 239 171 223 0 0.28 0.07 0.06 314.12 0.68 0.8
Hex EF AB DF 0 1C 7 6 13A 44 50
Octal 357 253 337 0 34 7 6 472 104 120
Binary 11101111 10101011 11011111 0 11100 111 110 100111010 1000100 1010000

Color Harmonies of #EFABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABDF

Black with #EFABDF

Text Example


Text Example

White with #EFABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABDF; }

 p { color: rgb(239,171,223); }

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

background-color css

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

 a { background-color: rgb(239,171,223); }

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

border-color css

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

 span { border-color: rgb(239,171,223); }

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