#EAF2BD

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

Shades of Chiffon #EAF2BD

Tints of Chiffon #EAF2BD

Color information

#EAF2BD (or 0xEAF2BD) is unknown color: approx Chiffon. HEX triplet: EA, F2 and BD. RGB value is (234,242,189). Sum of RGB (Red+Green+Blue) = 234+242+189=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2BD is #150D42. Grayscale: #E9E9E9. Windows color (decimal): -1379651 or 12448490. OLE color: 12448490.

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

Color convert

RGB234242189-
CMYK0.0300.220.05
HSL69.06º67.09%84.51%-
HSV(B)69.06º21.9%94.9%-
XYZ74.8784.6760.54-
YUV233.57102.85128.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 242 (94.92% from 255) = 36.39%
BLUE value IS 189 (74.22% from 255) = 28.42%
R=35.19%
G=36.39%
B=28.42%

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
Decimal2342421890.0300.220.0569.0667.0984.51
HexEAF2BD30165454355
Octal35236227530265105103125
Binary11101010111100101011110111010110101100010110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2BD; }

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

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

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

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

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

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

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

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