#EDEBDB

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

Shades of Rice Cake #EDEBDB

Tints of Rice Cake #EDEBDB

Color information

#EDEBDB (or 0xEDEBDB) is unknown color: approx Rice Cake. HEX triplet: ED, EB and DB. RGB value is (237,235,219). Sum of RGB (Red+Green+Blue) = 237+235+219=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBDB is #121424. Grayscale: #E9E9E9. Windows color (decimal): -1184805 or 14412781. OLE color: 14412781.

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

Color convert

RGB237235219-
CMYK00.010.080.07
HSL53.33º33.33%89.41%-
HSV(B)53.33º7.59%92.94%-
XYZ77.4282.5478.87-
YUV233.77119.66130.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 219 (85.94% from 255) = 31.69%
R=34.30%
G=34.01%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723521900.010.080.0753.3333.3389.41
HexEDEBDB0187352159
Octal355353333011076541131
Binary1110110111101011110110110110001111101011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBDB; }

 p { color: rgb(237,235,219); }

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

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

 a { background-color: rgb(237,235,219); }

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

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

 span { border-color: rgb(237,235,219); }

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