#EBEECC

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

Shades of Rice Flower #EBEECC

Tints of Rice Flower #EBEECC

Color information

#EBEECC (or 0xEBEECC) is unknown color: approx Rice Flower. HEX triplet: EB, EE and CC. RGB value is (235,238,204). Sum of RGB (Red+Green+Blue) = 235+238+204=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEECC is #141133. Grayscale: #E9E9E9. Windows color (decimal): -1315124 or 13430507. OLE color: 13430507.

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

Color convert

RGB235238204-
CMYK0.0100.140.07
HSL65.29º50%86.67%-
HSV(B)65.29º14.29%93.33%-
XYZ75.7383.1769.19-
YUV233.23111.51129.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 238 (93.36% from 255) = 35.16%
BLUE value IS 204 (80.08% from 255) = 30.13%
R=34.71%
G=35.16%
B=30.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352382040.0100.140.0765.295086.67
HexEBEECC10E7413257
Octal3533563141016710162127
Binary11101011111011101100110010111011110000011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEECC; }

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

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

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

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

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

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

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

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