#EBF1BD

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

Shades of Chiffon #EBF1BD

Tints of Chiffon #EBF1BD

Color information

#EBF1BD (or 0xEBF1BD) is unknown color: approx Chiffon. HEX triplet: EB, F1 and BD. RGB value is (235,241,189). Sum of RGB (Red+Green+Blue) = 235+241+189=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1BD is #140E42. Grayscale: #E9E9E9. Windows color (decimal): -1314371 or 12448235. OLE color: 12448235.

HSL color Cylindrical-coordinate representation of color #EBF1BD: hue angle of 66.92º degrees, saturation: 0.65, 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 #EBF1BD is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB235241189-
CMYK0.0200.220.05
HSL66.92º65%84.31%-
HSV(B)66.92º21.58%94.51%-
XYZ74.984.2560.46-
YUV233.28103.01129.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 241 (94.53% from 255) = 36.24%
BLUE value IS 189 (74.22% from 255) = 28.42%
R=35.34%
G=36.24%
B=28.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352411890.0200.220.0566.926584.31
HexEBF1BD20165434154
Octal35336127520265103101124
Binary11101011111100011011110110010110101100001110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1BD; }

 p { color: rgb(235,241,189); }

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

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

 a { background-color: rgb(235,241,189); }

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

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

 span { border-color: rgb(235,241,189); }

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