Html Css Color HEX #EBF2D7 Rice Flower

📋 copy color: '#EBF2D7'

red 235 ◦ green 242 ◦ blue 215

#EBF2D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Flower #EBF2D7

Tints of Rice Flower #EBF2D7

RGB

 RED value IS 235 (92.19% from 255) = 33.96%

 GREEN value IS 242 (94.92% from 255) = 34.97%

 BLUE value IS 215 (84.38% from 255) = 31.07%

R = 33.96%
G = 34.97%
B = 31.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#EBF2D7 (or 0xEBF2D7) is known color: Rice Flower. HEX triplet: EB, F2 and D7. RGB value is (235,242,215). Sum of RGB (Red+Green+Blue) = 235+242+215=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 215 (84.38% from 255 or 31.07% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2D7 is #140D28. Grayscale: #ECECEC. Windows color (decimal): -1314089 or 14152427. OLE color: 14152427.

HSL color Cylindrical-coordinate representation of color #EBF2D7: hue angle of 75.56º degrees, saturation: 0.51, 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 #EBF2D7 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 215 -
CMYK 0.03 0 0.11 0.05
HSL 75.56º 0.51% 0.9% -
HSV(B) 75.56º 0.11% 0.95% -
XYZ 78.28 86.07 76.78 -
YUV 236.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 235 242 215 0.03 0 0.11 0.05 75.56 0.51 0.9
Hex EB F2 D7 3 0 B 5 4C 33 5A
Octal 353 362 327 3 0 13 5 114 63 132
Binary 11101011 11110010 11010111 11 0 1011 101 1001100 110011 1011010

Color Harmonies of #EBF2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2D7

Black with #EBF2D7

Text Example


Text Example

White with #EBF2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2D7; }

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

 H1.HeaderClassName
 {
   color: #EBF2D7;
 }
 .AnyTagClassName
 {
   color: #EBF2D7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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