Html Css Color HEX #EBF2D8 Rice Flower

📋 copy color: '#EBF2D8'

red 235 ◦ green 242 ◦ blue 216

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

Shades of Rice Flower #EBF2D8

Tints of Rice Flower #EBF2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.17%

R = 33.91%
G = 34.92%
B = 31.17%

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

#EBF2D8 (or 0xEBF2D8) is known color: Rice Flower. HEX triplet: EB, F2 and D8. RGB value is (235,242,216). Sum of RGB (Red+Green+Blue) = 235+242+216=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 216 (84.77% from 255 or 31.17% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2D8 is #140D27. Grayscale: #EDEDED. Windows color (decimal): -1314088 or 14217963. OLE color: 14217963.

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

Color convert

RGB 235 242 216 -
CMYK 0.03 0 0.11 0.05
HSL 76.15º 0.5% 0.9% -
HSV(B) 76.15º 0.11% 0.95% -
XYZ 78.41 86.12 77.46 -
YUV 236.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 235 242 216 0.03 0 0.11 0.05 76.15 0.5 0.9
Hex EB F2 D8 3 0 B 5 4C 32 5A
Octal 353 362 330 3 0 13 5 114 62 132
Binary 11101011 11110010 11011000 11 0 1011 101 1001100 110010 1011010

Color Harmonies of #EBF2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2D8

Black with #EBF2D8

Text Example


Text Example

White with #EBF2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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