#EDFCE4

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

Shades of Panache #EDFCE4

Tints of Panache #EDFCE4

Color information

#EDFCE4 (or 0xEDFCE4) is unknown color: approx Panache. HEX triplet: ED, FC and E4. RGB value is (237,252,228). Sum of RGB (Red+Green+Blue) = 237+252+228=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 228 (89.45% from 255 or 31.80% from 717); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCE4 is #12031B. Grayscale: #F4F4F4. Windows color (decimal): -1180444 or 15006957. OLE color: 15006957.

HSL color Cylindrical-coordinate representation of color #EDFCE4: hue angle of 97.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDFCE4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB237252228-
CMYK0.0600.100.01
HSL97.5º80%94.12%-
HSV(B)97.5º9.52%98.82%-
XYZ83.7493.2386.98-
YUV244.78118.53122.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.05%
GREEN value IS 252 (98.83% from 255) = 35.15%
BLUE value IS 228 (89.45% from 255) = 31.80%
R=33.05%
G=35.15%
B=31.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522280.0600.100.0197.58094.12
HexEDFCE460A162505e
Octal35537434460121142120136
Binary111011011111110011100100110010101110001010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCE4; }

 p { color: rgb(237,252,228); }

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

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

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

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

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

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

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