#ECEBDC

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

Shades of Rice Cake #ECEBDC

Tints of Rice Cake #ECEBDC

Color information

#ECEBDC (or 0xECEBDC) is unknown color: approx Rice Cake. HEX triplet: EC, EB and DC. RGB value is (236,235,220). Sum of RGB (Red+Green+Blue) = 236+235+220=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBDC is #131423. Grayscale: #E9E9E9. Windows color (decimal): -1250340 or 14478316. OLE color: 14478316.

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

Color convert

RGB236235220-
CMYK00.000.070.07
HSL56.25º29.63%89.41%-
HSV(B)56.25º6.78%92.55%-
XYZ77.2282.4279.55-
YUV233.59120.33129.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.15%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 220 (86.33% from 255) = 31.84%
R=34.15%
G=34.01%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623522000.000.070.0756.2529.6389.41
HexECEBDC0077381e59
Octal35435333400777036131
Binary11101100111010111101110000111111111000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEBDC; }

 p { color: rgb(236,235,220); }

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

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

 a { background-color: rgb(236,235,220); }

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

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

 span { border-color: rgb(236,235,220); }

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