#EDFCDD

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

Shades of Panache #EDFCDD

Tints of Panache #EDFCDD

Color information

#EDFCDD (or 0xEDFCDD) is unknown color: approx Panache. HEX triplet: ED, FC and DD. RGB value is (237,252,221). Sum of RGB (Red+Green+Blue) = 237+252+221=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCDD is #120322. Grayscale: #F4F4F4. Windows color (decimal): -1180451 or 14548205. OLE color: 14548205.

HSL color Cylindrical-coordinate representation of color #EDFCDD: hue angle of 89.03º degrees, saturation: 0.84, 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 #EDFCDD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB237252221-
CMYK0.0600.120.01
HSL89.03º83.78%92.75%-
HSV(B)89.03º12.3%98.82%-
XYZ82.7992.8581.96-
YUV243.98115.03123.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.38%
GREEN value IS 252 (98.83% from 255) = 35.49%
BLUE value IS 221 (86.72% from 255) = 31.13%
R=33.38%
G=35.49%
B=31.13%

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
Decimal2372522210.0600.120.0189.0383.7892.75
HexEDFCDD60C159545d
Octal35537433560141131124135
Binary111011011111110011011101110011001101100110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCDD; }

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

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

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

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

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

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

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

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