#ECEDBD

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

Shades of Chiffon #ECEDBD

Tints of Chiffon #ECEDBD

Color information

#ECEDBD (or 0xECEDBD) is unknown color: approx Chiffon. HEX triplet: EC, ED and BD. RGB value is (236,237,189). Sum of RGB (Red+Green+Blue) = 236+237+189=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDBD is #131242. Grayscale: #E7E7E7. Windows color (decimal): -1249859 or 12447212. OLE color: 12447212.

HSL color Cylindrical-coordinate representation of color #ECEDBD: hue angle of 61.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECEDBD is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236237189-
CMYK0.0000.200.07
HSL61.25º57.14%83.53%-
HSV(B)61.25º20.25%92.94%-
XYZ74.0682.0860.08-
YUV231.23104.17131.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 237 (92.97% from 255) = 35.80%
BLUE value IS 189 (74.22% from 255) = 28.55%
R=35.65%
G=35.80%
B=28.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362371890.0000.200.0761.2557.1483.53
HexECEDBD001473d3954
Octal354355275002477571124
Binary11101100111011011011110100101001111111011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDBD; }

 p { color: rgb(236,237,189); }

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

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

 a { background-color: rgb(236,237,189); }

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

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

 span { border-color: rgb(236,237,189); }

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