#EDEBDF

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

Shades of Rice Cake #EDEBDF

Tints of Rice Cake #EDEBDF

Color information

#EDEBDF (or 0xEDEBDF) is unknown color: approx Rice Cake. HEX triplet: ED, EB and DF. RGB value is (237,235,223). Sum of RGB (Red+Green+Blue) = 237+235+223=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBDF is #121420. Grayscale: #EAEAEA. Windows color (decimal): -1184801 or 14674925. OLE color: 14674925.

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

Color convert

RGB237235223-
CMYK00.010.060.07
HSL51.43º28%90.2%-
HSV(B)51.43º5.91%92.94%-
XYZ77.9582.7581.68-
YUV234.23121.66129.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 235 (92.19% from 255) = 33.81%
BLUE value IS 223 (87.5% from 255) = 32.09%
R=34.10%
G=33.81%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723522300.010.060.0751.432890.2
HexEDEBDF0167331c5a
Octal35535333701676334132
Binary11101101111010111101111101110111110011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBDF; }

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

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

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

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

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

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

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

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