#EBEADF

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

Shades of Rice Cake #EBEADF

Tints of Rice Cake #EBEADF

Color information

#EBEADF (or 0xEBEADF) is unknown color: approx Rice Cake. HEX triplet: EB, EA and DF. RGB value is (235,234,223). Sum of RGB (Red+Green+Blue) = 235+234+223=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEADF is #141520. Grayscale: #E9E9E9. Windows color (decimal): -1316129 or 14674667. OLE color: 14674667.

HSL color Cylindrical-coordinate representation of color #EBEADF: hue angle of 55º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBEADF is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235234223-
CMYK00.000.050.08
HSL55º23.08%89.8%-
HSV(B)55º5.11%92.16%-
XYZ7781.8481.55-
YUV233.04122.33129.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 223 (87.5% from 255) = 32.23%
R=33.96%
G=33.82%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523422300.000.050.085523.0889.8
HexEBEADF005837175a
Octal353352337005106727132
Binary111010111110101011011111001011000110111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEADF; }

 p { color: rgb(235,234,223); }

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

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

 a { background-color: rgb(235,234,223); }

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

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

 span { border-color: rgb(235,234,223); }

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