#EFFDEB

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

Shades of Panache #EFFDEB

Tints of Panache #EFFDEB

Color information

#EFFDEB (or 0xEFFDEB) is unknown color: approx Panache. HEX triplet: EF, FD and EB. RGB value is (239,253,235). Sum of RGB (Red+Green+Blue) = 239+253+235=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 235 (92.19% from 255 or 32.32% from 727); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDEB is #100214. Grayscale: #F6F6F6. Windows color (decimal): -1049109 or 15465967. OLE color: 15465967.

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

Color convert

RGB239253235-
CMYK0.0600.070.01
HSL106.67º81.82%95.69%-
HSV(B)106.67º7.11%99.22%-
XYZ85.7294.692.34-
YUV246.76121.36122.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.87%
GREEN value IS 253 (99.22% from 255) = 34.80%
BLUE value IS 235 (92.19% from 255) = 32.32%
R=32.87%
G=34.80%
B=32.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532350.0600.070.01106.6781.8295.69
HexEFFDEB60716b5260
Octal3573753536071153122140
Binary11101111111111011110101111001111110101110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDEB; }

 p { color: rgb(239,253,235); }

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

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

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

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

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

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

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