Html Css Color HEX #EFABEE Plum

📋 copy color: '#EFABEE'

red 239 ◦ green 171 ◦ blue 238

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

Shades of Plum #EFABEE

Tints of Plum #EFABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.73%

R = 36.88%
G = 26.39%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFABEE (or 0xEFABEE) is known color: Plum. HEX triplet: EF, AB and EE. RGB value is (239,171,238). Sum of RGB (Red+Green+Blue) = 239+171+238=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABEE is #105411. Grayscale: #C6C6C6. Windows color (decimal): -1070098 or 15641583. OLE color: 15641583.

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

Color convert

RGB 239 171 238 -
CMYK 0 0.28 0.00 0.06
HSL 300.88º 0.68% 0.8% -
HSV(B) 300.88º 0.28% 0.94% -
XYZ 65.59 53.65 87.79 -
YUV 198.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 239 171 238 0 0.28 0.00 0.06 300.88 0.68 0.8
Hex EF AB EE 0 1C 0 6 12D 44 50
Octal 357 253 356 0 34 0 6 455 104 120
Binary 11101111 10101011 11101110 0 11100 0 110 100101101 1000100 1010000

Color Harmonies of #EFABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABEE

Black with #EFABEE

Text Example


Text Example

White with #EFABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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