#EDFCDF

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

Shades of Panache #EDFCDF

Tints of Panache #EDFCDF

Color information

#EDFCDF (or 0xEDFCDF) is unknown color: approx Panache. HEX triplet: ED, FC and DF. RGB value is (237,252,223). Sum of RGB (Red+Green+Blue) = 237+252+223=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCDF is #120320. Grayscale: #F4F4F4. Windows color (decimal): -1180449 or 14679277. OLE color: 14679277.

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

Color convert

RGB237252223-
CMYK0.0600.120.01
HSL91.03º82.86%93.14%-
HSV(B)91.03º11.51%98.82%-
XYZ83.0592.9583.38-
YUV244.21116.03122.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.29%
GREEN value IS 252 (98.83% from 255) = 35.39%
BLUE value IS 223 (87.5% from 255) = 31.32%
R=33.29%
G=35.39%
B=31.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522230.0600.120.0191.0382.8693.14
HexEDFCDF60C15b535d
Octal35537433760141133123135
Binary111011011111110011011111110011001101101110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCDF; }

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

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

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

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

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

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

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

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