#EAF1BB

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

Shades of Chiffon #EAF1BB

Tints of Chiffon #EAF1BB

Color information

#EAF1BB (or 0xEAF1BB) is unknown color: approx Chiffon. HEX triplet: EA, F1 and BB. RGB value is (234,241,187). Sum of RGB (Red+Green+Blue) = 234+241+187=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1BB is #150E44. Grayscale: #E8E8E8. Windows color (decimal): -1379909 or 12317162. OLE color: 12317162.

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

Color convert

RGB234241187-
CMYK0.0300.220.05
HSL67.78º65.85%83.92%-
HSV(B)67.78º22.41%94.51%-
XYZ74.3683.9959.31-
YUV232.75102.18128.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 187 (73.44% from 255) = 28.25%
R=35.35%
G=36.40%
B=28.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411870.0300.220.0567.7865.8583.92
HexEAF1BB30165444254
Octal35236127330265104102124
Binary11101010111100011011101111010110101100010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1BB; }

 p { color: rgb(234,241,187); }

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

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

 a { background-color: rgb(234,241,187); }

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

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

 span { border-color: rgb(234,241,187); }

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