#EBE9DD

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

Shades of Rice Cake #EBE9DD

Tints of Rice Cake #EBE9DD

Color information

#EBE9DD (or 0xEBE9DD) is unknown color: approx Rice Cake. HEX triplet: EB, E9 and DD. RGB value is (235,233,221). Sum of RGB (Red+Green+Blue) = 235+233+221=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9DD is #141622. Grayscale: #E8E8E8. Windows color (decimal): -1316387 or 14543339. OLE color: 14543339.

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

Color convert

RGB235233221-
CMYK00.010.060.08
HSL51.43º25.93%89.41%-
HSV(B)51.43º5.96%92.16%-
XYZ76.4581.1680.04-
YUV232.23121.66129.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 233 (91.41% from 255) = 33.82%
BLUE value IS 221 (86.72% from 255) = 32.08%
R=34.11%
G=33.82%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523322100.010.060.0851.4325.9389.41
HexEBE9DD0168331a59
Octal353351335016106332131
Binary111010111110100111011101011101000110011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9DD; }

 p { color: rgb(235,233,221); }

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

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

 a { background-color: rgb(235,233,221); }

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

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

 span { border-color: rgb(235,233,221); }

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