Html Css Color HEX #EFAEF0 Plum

📋 copy color: '#EFAEF0'

red 239 ◦ green 174 ◦ blue 240

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

Shades of Plum #EFAEF0

Tints of Plum #EFAEF0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.65%

 BLUE value IS 240 (94.14% from 255) = 36.75%

R = 36.6%
G = 26.65%
B = 36.75%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFAEF0 (or 0xEFAEF0) is known color: Plum. HEX triplet: EF, AE and F0. RGB value is (239,174,240). Sum of RGB (Red+Green+Blue) = 239+174+240=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFAEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEF0 is #10510F. Grayscale: #C8C8C8. Windows color (decimal): -1069328 or 15773423. OLE color: 15773423.

HSL color Cylindrical-coordinate representation of color #EFAEF0: hue angle of 299.09º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAEF0 is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 174 240 -
CMYK 0.00 0.28 0 0.06
HSL 299.09º 0.69% 0.81% -
HSV(B) 299.09º 0.28% 0.94% -
XYZ 66.46 54.91 89.53 -
YUV 200.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 239 174 240 0.00 0.28 0 0.06 299.09 0.69 0.81
Hex EF AE F0 0 1C 0 6 12B 45 51
Octal 357 256 360 0 34 0 6 453 105 121
Binary 11101111 10101110 11110000 0 11100 0 110 100101011 1000101 1010001

Color Harmonies of #EFAEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEF0

Black with #EFAEF0

Text Example


Text Example

White with #EFAEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEF0; }

 p { color: rgb(239,174,240); }

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

background-color css

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

 a { background-color: rgb(239,174,240); }

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

border-color css

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

 span { border-color: rgb(239,174,240); }

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