#EAF6DF

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

Shades of Panache #EAF6DF

Tints of Panache #EAF6DF

Color information

#EAF6DF (or 0xEAF6DF) is unknown color: approx Panache. HEX triplet: EA, F6 and DF. RGB value is (234,246,223). Sum of RGB (Red+Green+Blue) = 234+246+223=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6DF is #150920. Grayscale: #EFEFEF. Windows color (decimal): -1378593 or 14677738. OLE color: 14677738.

HSL color Cylindrical-coordinate representation of color #EAF6DF: hue angle of 91.3º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAF6DF is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB234246223-
CMYK0.0500.090.04
HSL91.3º56.1%91.96%-
HSV(B)91.3º9.35%96.47%-
XYZ80.2188.7382.71-
YUV239.79118.52123.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.29%
GREEN value IS 246 (96.48% from 255) = 34.99%
BLUE value IS 223 (87.5% from 255) = 31.72%
R=33.29%
G=34.99%
B=31.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342462230.0500.090.0491.356.191.96
HexEAF6DF50945b385c
Octal3523663375011413370134
Binary1110101011110110110111111010100110010110111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6DF; }

 p { color: rgb(234,246,223); }

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

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

 a { background-color: rgb(234,246,223); }

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

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

 span { border-color: rgb(234,246,223); }

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