#EBF3D8

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

Shades of Rice Flower #EBF3D8

Tints of Rice Flower #EBF3D8

Color information

#EBF3D8 (or 0xEBF3D8) is unknown color: approx Rice Flower. HEX triplet: EB, F3 and D8. RGB value is (235,243,216). Sum of RGB (Red+Green+Blue) = 235+243+216=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 243 (95.31% from 255 or 35.01% from 694); Blue value is 216 (84.77% from 255 or 31.12% from 694); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF3D8 is #140C27. Grayscale: #EDEDED. Windows color (decimal): -1313832 or 14218219. OLE color: 14218219.

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

Color convert

RGB235243216-
CMYK0.0300.110.05
HSL77.78º52.94%90%-
HSV(B)77.78º11.11%95.29%-
XYZ78.7186.7277.56-
YUV237.53115.85126.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 243 (95.31% from 255) = 35.01%
BLUE value IS 216 (84.77% from 255) = 31.12%
R=33.86%
G=35.01%
B=31.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352432160.0300.110.0577.7852.9490
HexEBF3D830B54e355a
Octal3533633303013511665132
Binary111010111111001111011000110101110110011101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3D8; }

 p { color: rgb(235,243,216); }

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

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

 a { background-color: rgb(235,243,216); }

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

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

 span { border-color: rgb(235,243,216); }

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