#EAFDD5

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

Shades of Panache #EAFDD5

Tints of Panache #EAFDD5

Color information

#EAFDD5 (or 0xEAFDD5) is unknown color: approx Panache. HEX triplet: EA, FD and D5. RGB value is (234,253,213). Sum of RGB (Red+Green+Blue) = 234+253+213=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 213 (83.59% from 255 or 30.43% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDD5 is #15022A. Grayscale: #F2F2F2. Windows color (decimal): -1376811 or 14024170. OLE color: 14024170.

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

Color convert

RGB234253213-
CMYK0.0800.160.01
HSL88.5º90.91%91.37%-
HSV(B)88.5º15.81%99.22%-
XYZ81.0792.5576.54-
YUV242.76111.21121.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.43%
GREEN value IS 253 (99.22% from 255) = 36.14%
BLUE value IS 213 (83.59% from 255) = 30.43%
R=33.43%
G=36.14%
B=30.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532130.0800.160.0188.590.9191.37
HexEAFDD580101585b5b
Octal352375325100201130133133
Binary11101010111111011101010110000100001101100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDD5; }

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

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

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

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

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

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

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

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