#EFEFFC

Color #EFEFFC Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #EFEFFC

Tints of Lavender #EFEFFC

Color information

#EFEFFC (or 0xEFEFFC) is unknown color: approx Lavender. HEX triplet: EF, EF and FC. RGB value is (239,239,252). Sum of RGB (Red+Green+Blue) = 239+239+252=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 239 (93.75% from 255 or 32.74% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFEFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFFC is #101003. Grayscale: #F0F0F0. Windows color (decimal): -1052676 or 16576495. OLE color: 16576495.

HSL color Cylindrical-coordinate representation of color #EFEFFC: hue angle of 240º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFEFFC is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239239252-
CMYK0.050.0500.01
HSL240º68.42%96.27%-
HSV(B)240º5.16%98.82%-
XYZ84.0387.11104.48-
YUV240.48134.5126.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.74%
GREEN value IS 239 (93.75% from 255) = 32.74%
BLUE value IS 252 (98.83% from 255) = 34.52%
R=32.74%
G=32.74%
B=34.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392392520.050.0500.0124068.4296.27
HexEFEFFC5501f04460
Octal3573573745501360104140
Binary111011111110111111111100101101011111000010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFFC; }

 p { color: rgb(239,239,252); }

 H1.HeaderClassName
 {
   color: #EFEFFC;
 }
 .AnyTagClassName
 {
   color: #EFEFFC;
 }
</style>
background-color css

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

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

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

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

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

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