#EBEECD

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

Shades of Rice Flower #EBEECD

Tints of Rice Flower #EBEECD

Color information

#EBEECD (or 0xEBEECD) is unknown color: approx Rice Flower. HEX triplet: EB, EE and CD. RGB value is (235,238,205). Sum of RGB (Red+Green+Blue) = 235+238+205=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEECD is #141132. Grayscale: #E9E9E9. Windows color (decimal): -1315123 or 13496043. OLE color: 13496043.

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

Color convert

RGB235238205-
CMYK0.0100.140.07
HSL65.45º49.25%86.86%-
HSV(B)65.45º13.87%93.33%-
XYZ75.8583.2269.82-
YUV233.34112.01129.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 238 (93.36% from 255) = 35.10%
BLUE value IS 205 (80.47% from 255) = 30.24%
R=34.66%
G=35.10%
B=30.24%

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
Decimal2352382050.0100.140.0765.4549.2586.86
HexEBEECD10E7413157
Octal3533563151016710161127
Binary11101011111011101100110110111011110000011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEECD; }

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

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

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

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

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

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

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

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