#EFFDBE

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

Shades of Chiffon #EFFDBE

Tints of Chiffon #EFFDBE

Color information

#EFFDBE (or 0xEFFDBE) is unknown color: approx Chiffon. HEX triplet: EF, FD and BE. RGB value is (239,253,190). Sum of RGB (Red+Green+Blue) = 239+253+190=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 190 (74.61% from 255 or 27.86% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDBE is #100241. Grayscale: #F1F1F1. Windows color (decimal): -1049154 or 12516847. OLE color: 12516847.

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

Color convert

RGB239253190-
CMYK0.0600.250.01
HSL73.33º94.03%86.86%-
HSV(B)73.33º24.9%99.22%-
XYZ80.0292.3262.32-
YUV241.6398.86126.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 253 (99.22% from 255) = 37.10%
BLUE value IS 190 (74.61% from 255) = 27.86%
R=35.04%
G=37.10%
B=27.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531900.0600.250.0173.3394.0386.86
HexEFFDBE60191495e57
Octal35737527660311111136127
Binary1110111111111101101111101100110011100100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDBE; }

 p { color: rgb(239,253,190); }

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

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

 a { background-color: rgb(239,253,190); }

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

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

 span { border-color: rgb(239,253,190); }

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