#EAFADB

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

Shades of Panache #EAFADB

Tints of Panache #EAFADB

Color information

#EAFADB (or 0xEAFADB) is unknown color: approx Panache. HEX triplet: EA, FA and DB. RGB value is (234,250,219). Sum of RGB (Red+Green+Blue) = 234+250+219=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 219 (85.94% from 255 or 31.15% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFADB is #150524. Grayscale: #F1F1F1. Windows color (decimal): -1377573 or 14416618. OLE color: 14416618.

HSL color Cylindrical-coordinate representation of color #EAFADB: hue angle of 90.97º degrees, saturation: 0.76, 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 #EAFADB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB234250219-
CMYK0.0600.120.02
HSL90.97º75.61%91.96%-
HSV(B)90.97º12.4%98.04%-
XYZ80.990.9880.31-
YUV241.68115.2122.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.29%
GREEN value IS 250 (98.05% from 255) = 35.56%
BLUE value IS 219 (85.94% from 255) = 31.15%
R=33.29%
G=35.56%
B=31.15%

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
Decimal2342502190.0600.120.0290.9775.6191.96
HexEAFADB60C25b4c5c
Octal35237233360142133114134
Binary1110101011111010110110111100110010101101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFADB; }

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

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

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

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

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

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

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

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