#EEFDBA

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

Shades of Chiffon #EEFDBA

Tints of Chiffon #EEFDBA

Color information

#EEFDBA (or 0xEEFDBA) is unknown color: approx Chiffon. HEX triplet: EE, FD and BA. RGB value is (238,253,186). Sum of RGB (Red+Green+Blue) = 238+253+186=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDBA is #110245. Grayscale: #F1F1F1. Windows color (decimal): -1114694 or 12254702. OLE color: 12254702.

HSL color Cylindrical-coordinate representation of color #EEFDBA: hue angle of 73.43º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEFDBA is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB238253186-
CMYK0.0600.260.01
HSL73.43º94.37%86.08%-
HSV(B)73.43º26.48%99.22%-
XYZ79.2591.9760.03-
YUV240.8897.03125.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 186 (73.05% from 255) = 27.47%
R=35.16%
G=37.37%
B=27.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531860.0600.260.0173.4394.3786.08
HexEEFDBA601A1495e56
Octal35637527260321111136126
Binary1110111011111101101110101100110101100100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDBA; }

 p { color: rgb(238,253,186); }

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

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

 a { background-color: rgb(238,253,186); }

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

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

 span { border-color: rgb(238,253,186); }

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