#EAF9DC

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

Shades of Panache #EAF9DC

Tints of Panache #EAF9DC

Color information

#EAF9DC (or 0xEAF9DC) is unknown color: approx Panache. HEX triplet: EA, F9 and DC. RGB value is (234,249,220). Sum of RGB (Red+Green+Blue) = 234+249+220=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 249 (97.66% from 255 or 35.42% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF9DC is #150623. Grayscale: #F1F1F1. Windows color (decimal): -1377828 or 14481898. OLE color: 14481898.

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

Color convert

RGB234249220-
CMYK0.0600.120.02
HSL91.03º70.73%91.96%-
HSV(B)91.03º11.65%97.65%-
XYZ80.7390.4180.91-
YUV241.21116.03122.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.29%
GREEN value IS 249 (97.66% from 255) = 35.42%
BLUE value IS 220 (86.33% from 255) = 31.29%
R=33.29%
G=35.42%
B=31.29%

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
Decimal2342492200.0600.120.0291.0370.7391.96
HexEAF9DC60C25b475c
Octal35237133460142133107134
Binary1110101011111001110111001100110010101101110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9DC; }

 p { color: rgb(234,249,220); }

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

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

 a { background-color: rgb(234,249,220); }

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

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

 span { border-color: rgb(234,249,220); }

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