#EBF2CD

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

Shades of Rice Flower #EBF2CD

Tints of Rice Flower #EBF2CD

Color information

#EBF2CD (or 0xEBF2CD) is unknown color: approx Rice Flower. HEX triplet: EB, F2 and CD. RGB value is (235,242,205). Sum of RGB (Red+Green+Blue) = 235+242+205=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 205 (80.47% from 255 or 30.06% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2CD is #140D32. Grayscale: #EBEBEB. Windows color (decimal): -1314099 or 13497067. OLE color: 13497067.

HSL color Cylindrical-coordinate representation of color #EBF2CD: hue angle of 71.35º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBF2CD is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB235242205-
CMYK0.0300.150.05
HSL71.35º58.73%87.65%-
HSV(B)71.35º15.29%94.9%-
XYZ77.0385.5770.22-
YUV235.69110.68127.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 242 (94.92% from 255) = 35.48%
BLUE value IS 205 (80.47% from 255) = 30.06%
R=34.46%
G=35.48%
B=30.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352422050.0300.150.0571.3558.7387.65
HexEBF2CD30F5473b58
Octal3533623153017510773130
Binary111010111111001011001101110111110110001111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2CD; }

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

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

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

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

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

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

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

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