#EBEFD2

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

Shades of Rice Flower #EBEFD2

Tints of Rice Flower #EBEFD2

Color information

#EBEFD2 (or 0xEBEFD2) is unknown color: approx Rice Flower. HEX triplet: EB, EF and D2. RGB value is (235,239,210). Sum of RGB (Red+Green+Blue) = 235+239+210=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFD2 is #14102D. Grayscale: #EAEAEA. Windows color (decimal): -1314862 or 13823979. OLE color: 13823979.

HSL color Cylindrical-coordinate representation of color #EBEFD2: hue angle of 68.28º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBEFD2 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB235239210-
CMYK0.0200.120.06
HSL68.28º47.54%88.04%-
HSV(B)68.28º12.13%93.73%-
XYZ76.7684.0573.15-
YUV234.5114.17128.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 210 (82.42% from 255) = 30.70%
R=34.36%
G=34.94%
B=30.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392100.0200.120.0668.2847.5488.04
HexEBEFD220C6443058
Octal3533573222014610460130
Binary111010111110111111010010100110011010001001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFD2; }

 p { color: rgb(235,239,210); }

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

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

 a { background-color: rgb(235,239,210); }

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

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

 span { border-color: rgb(235,239,210); }

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