#EAF2BF

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

Shades of Chiffon #EAF2BF

Tints of Chiffon #EAF2BF

Color information

#EAF2BF (or 0xEAF2BF) is unknown color: approx Chiffon. HEX triplet: EA, F2 and BF. RGB value is (234,242,191). Sum of RGB (Red+Green+Blue) = 234+242+191=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2BF is #150D40. Grayscale: #E9E9E9. Windows color (decimal): -1379649 or 12579562. OLE color: 12579562.

HSL color Cylindrical-coordinate representation of color #EAF2BF: hue angle of 69.41º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAF2BF is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB234242191-
CMYK0.0300.210.05
HSL69.41º66.23%84.9%-
HSV(B)69.41º21.07%94.9%-
XYZ75.0984.7661.69-
YUV233.79103.85128.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 191 (75% from 255) = 28.64%
R=35.08%
G=36.28%
B=28.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342421910.0300.210.0569.4166.2384.9
HexEAF2BF30155454255
Octal35236227730255105102125
Binary11101010111100101011111111010101101100010110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2BF; }

 p { color: rgb(234,242,191); }

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

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

 a { background-color: rgb(234,242,191); }

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

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

 span { border-color: rgb(234,242,191); }

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