#EAFDE6

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

Shades of Panache #EAFDE6

Tints of Panache #EAFDE6

Color information

#EAFDE6 (or 0xEAFDE6) is unknown color: approx Panache. HEX triplet: EA, FD and E6. RGB value is (234,253,230). Sum of RGB (Red+Green+Blue) = 234+253+230=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 230 (90.23% from 255 or 32.08% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDE6 is #150219. Grayscale: #F4F4F4. Windows color (decimal): -1376794 or 15138282. OLE color: 15138282.

HSL color Cylindrical-coordinate representation of color #EAFDE6: hue angle of 109.57º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAFDE6 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB234253230-
CMYK0.0800.090.01
HSL109.57º85.19%94.71%-
HSV(B)109.57º9.09%99.22%-
XYZ83.3493.4688.51-
YUV244.7119.71120.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 253 (99.22% from 255) = 35.29%
BLUE value IS 230 (90.23% from 255) = 32.08%
R=32.64%
G=35.29%
B=32.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532300.0800.090.01109.5785.1994.71
HexEAFDE680916e555f
Octal352375346100111156125137
Binary1110101011111101111001101000010011110111010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDE6; }

 p { color: rgb(234,253,230); }

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

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

 a { background-color: rgb(234,253,230); }

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

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

 span { border-color: rgb(234,253,230); }

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