#EBEDD3

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

Shades of Rice Flower #EBEDD3

Tints of Rice Flower #EBEDD3

Color information

#EBEDD3 (or 0xEBEDD3) is unknown color: approx Rice Flower. HEX triplet: EB, ED and D3. RGB value is (235,237,211). Sum of RGB (Red+Green+Blue) = 235+237+211=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 211 (82.81% from 255 or 30.89% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDD3 is #14122C. Grayscale: #E9E9E9. Windows color (decimal): -1315373 or 13889003. OLE color: 13889003.

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

Color convert

RGB235237211-
CMYK0.0100.110.07
HSL64.62º41.94%87.84%-
HSV(B)64.62º10.97%92.94%-
XYZ76.382.9373.61-
YUV233.44115.34129.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 211 (82.81% from 255) = 30.89%
R=34.41%
G=34.70%
B=30.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352372110.0100.110.0764.6241.9487.84
HexEBEDD310B7412a58
Octal3533553231013710152130
Binary11101011111011011101001110101111110000011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDD3; }

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

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

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

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

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

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

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

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