#EAFEDB

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

Shades of Panache #EAFEDB

Tints of Panache #EAFEDB

Color information

#EAFEDB (or 0xEAFEDB) is unknown color: approx Panache. HEX triplet: EA, FE and DB. RGB value is (234,254,219). Sum of RGB (Red+Green+Blue) = 234+254+219=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 219 (85.94% from 255 or 30.98% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEDB is #150124. Grayscale: #F4F4F4. Windows color (decimal): -1376549 or 14417642. OLE color: 14417642.

HSL color Cylindrical-coordinate representation of color #EAFEDB: hue angle of 94.29º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAFEDB is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB234254219-
CMYK0.0800.140.00
HSL94.29º94.59%92.75%-
HSV(B)94.29º13.78%99.61%-
XYZ82.1693.4980.73-
YUV244.03113.87120.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 254 (99.61% from 255) = 35.93%
BLUE value IS 219 (85.94% from 255) = 30.98%
R=33.10%
G=35.93%
B=30.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542190.0800.140.0094.2994.5992.75
HexEAFEDB80E05e5f5d
Octal352376333100160136137135
Binary1110101011111110110110111000011100101111010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEDB; }

 p { color: rgb(234,254,219); }

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

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

 a { background-color: rgb(234,254,219); }

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

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

 span { border-color: rgb(234,254,219); }

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