#EAF8DB

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

Shades of Panache #EAF8DB

Tints of Panache #EAF8DB

Color information

#EAF8DB (or 0xEAF8DB) is unknown color: approx Panache. HEX triplet: EA, F8 and DB. RGB value is (234,248,219). Sum of RGB (Red+Green+Blue) = 234+248+219=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 248 (97.27% from 255 or 35.38% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8DB is #150724. Grayscale: #F0F0F0. Windows color (decimal): -1378085 or 14416106. OLE color: 14416106.

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

Color convert

RGB234248219-
CMYK0.0600.120.03
HSL88.97º67.44%91.57%-
HSV(B)88.97º11.69%97.25%-
XYZ80.2989.7480.11-
YUV240.51115.86123.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.38%
GREEN value IS 248 (97.27% from 255) = 35.38%
BLUE value IS 219 (85.94% from 255) = 31.24%
R=33.38%
G=35.38%
B=31.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482190.0600.120.0388.9767.4491.57
HexEAF8DB60C359435c
Octal35237033360143131103134
Binary1110101011111000110110111100110011101100110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8DB; }

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

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

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

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

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

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

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

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