#EBEED2

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

Shades of Rice Flower #EBEED2

Tints of Rice Flower #EBEED2

Color information

#EBEED2 (or 0xEBEED2) is unknown color: approx Rice Flower. HEX triplet: EB, EE and D2. RGB value is (235,238,210). Sum of RGB (Red+Green+Blue) = 235+238+210=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEED2 is #14112D. Grayscale: #EAEAEA. Windows color (decimal): -1315118 or 13823723. OLE color: 13823723.

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

Color convert

RGB235238210-
CMYK0.0100.120.07
HSL66.43º45.16%87.84%-
HSV(B)66.43º11.76%93.33%-
XYZ76.4783.4673.05-
YUV233.91114.51128.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 210 (82.42% from 255) = 30.75%
R=34.41%
G=34.85%
B=30.75%

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
Decimal2352382100.0100.120.0766.4345.1687.84
HexEBEED210C7422d58
Octal3533563221014710255130
Binary11101011111011101101001010110011110000101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEED2; }

 p { color: rgb(235,238,210); }

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

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

 a { background-color: rgb(235,238,210); }

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

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

 span { border-color: rgb(235,238,210); }

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