#EAF8DD

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

Shades of Panache #EAF8DD

Tints of Panache #EAF8DD

Color information

#EAF8DD (or 0xEAF8DD) is unknown color: approx Panache. HEX triplet: EA, F8 and DD. RGB value is (234,248,221). Sum of RGB (Red+Green+Blue) = 234+248+221=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8DD is #150722. Grayscale: #F0F0F0. Windows color (decimal): -1378083 or 14547178. OLE color: 14547178.

HSL color Cylindrical-coordinate representation of color #EAF8DD: hue angle of 91.11º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAF8DD is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB234248221-
CMYK0.0600.110.03
HSL91.11º65.85%91.96%-
HSV(B)91.11º10.89%97.25%-
XYZ80.5589.8581.5-
YUV240.74116.86123.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.29%
GREEN value IS 248 (97.27% from 255) = 35.28%
BLUE value IS 221 (86.72% from 255) = 31.44%
R=33.29%
G=35.28%
B=31.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482210.0600.110.0391.1165.8591.96
HexEAF8DD60B35b425c
Octal35237033560133133102134
Binary1110101011111000110111011100101111101101110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8DD; }

 p { color: rgb(234,248,221); }

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

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

 a { background-color: rgb(234,248,221); }

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

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

 span { border-color: rgb(234,248,221); }

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