#EAFDDC

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

Shades of Panache #EAFDDC

Tints of Panache #EAFDDC

Color information

#EAFDDC (or 0xEAFDDC) is unknown color: approx Panache. HEX triplet: EA, FD and DC. RGB value is (234,253,220). Sum of RGB (Red+Green+Blue) = 234+253+220=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDDC is #150223. Grayscale: #F3F3F3. Windows color (decimal): -1376804 or 14482922. OLE color: 14482922.

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

Color convert

RGB234253220-
CMYK0.0800.130.01
HSL94.55º89.19%92.75%-
HSV(B)94.55º13.04%99.22%-
XYZ81.9892.9181.32-
YUV243.56114.71121.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 253 (99.22% from 255) = 35.79%
BLUE value IS 220 (86.33% from 255) = 31.12%
R=33.10%
G=35.79%
B=31.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532200.0800.130.0194.5589.1992.75
HexEAFDDC80D15f595d
Octal352375334100151137131135
Binary1110101011111101110111001000011011101111110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDDC; }

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

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

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

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

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

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

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

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