#EBEDD1

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

Shades of Rice Flower #EBEDD1

Tints of Rice Flower #EBEDD1

Color information

#EBEDD1 (or 0xEBEDD1) is unknown color: approx Rice Flower. HEX triplet: EB, ED and D1. RGB value is (235,237,209). Sum of RGB (Red+Green+Blue) = 235+237+209=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDD1 is #14122E. Grayscale: #E9E9E9. Windows color (decimal): -1315375 or 13757931. OLE color: 13757931.

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

Color convert

RGB235237209-
CMYK0.0100.120.07
HSL64.29º43.75%87.45%-
HSV(B)64.29º11.81%92.94%-
XYZ76.0582.8372.3-
YUV233.21114.34129.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 209 (82.03% from 255) = 30.69%
R=34.51%
G=34.80%
B=30.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352372090.0100.120.0764.2943.7587.45
HexEBEDD110C7402c57
Octal3533553211014710054127
Binary11101011111011011101000110110011110000001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDD1; }

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

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

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

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

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

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

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

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