#EDFBDE

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

Shades of Panache #EDFBDE

Tints of Panache #EDFBDE

Color information

#EDFBDE (or 0xEDFBDE) is unknown color: approx Panache. HEX triplet: ED, FB and DE. RGB value is (237,251,222). Sum of RGB (Red+Green+Blue) = 237+251+222=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBDE is #120421. Grayscale: #F3F3F3. Windows color (decimal): -1180706 or 14613485. OLE color: 14613485.

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

Color convert

RGB237251222-
CMYK0.0600.120.02
HSL88.97º78.38%92.75%-
HSV(B)88.97º11.55%98.43%-
XYZ82.6192.2782.56-
YUV243.51115.86123.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.38%
GREEN value IS 251 (98.44% from 255) = 35.35%
BLUE value IS 222 (87.11% from 255) = 31.27%
R=33.38%
G=35.35%
B=31.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512220.0600.120.0288.9778.3892.75
HexEDFBDE60C2594e5d
Octal35537333660142131116135
Binary1110110111111011110111101100110010101100110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBDE; }

 p { color: rgb(237,251,222); }

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

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

 a { background-color: rgb(237,251,222); }

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

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

 span { border-color: rgb(237,251,222); }

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