#EBEED1

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

Shades of Rice Flower #EBEED1

Tints of Rice Flower #EBEED1

Color information

#EBEED1 (or 0xEBEED1) is unknown color: approx Rice Flower. HEX triplet: EB, EE and D1. RGB value is (235,238,209). Sum of RGB (Red+Green+Blue) = 235+238+209=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEED1 is #14112E. Grayscale: #E9E9E9. Windows color (decimal): -1315119 or 13758187. OLE color: 13758187.

HSL color Cylindrical-coordinate representation of color #EBEED1: hue angle of 66.21º degrees, saturation: 0.46, 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 #EBEED1 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB235238209-
CMYK0.0100.120.07
HSL66.21º46.03%87.65%-
HSV(B)66.21º12.18%93.33%-
XYZ76.3483.4172.4-
YUV233.8114.01128.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 238 (93.36% from 255) = 34.90%
BLUE value IS 209 (82.03% from 255) = 30.65%
R=34.46%
G=34.90%
B=30.65%

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
Decimal2352382090.0100.120.0766.2146.0387.65
HexEBEED110C7422e58
Octal3533563211014710256130
Binary11101011111011101101000110110011110000101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEED1; }

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

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

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

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

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

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

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

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