Html Css Color HEX #EBF2D3 Rice Flower

📋 copy color: '#EBF2D3'

red 235 ◦ green 242 ◦ blue 211

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

Shades of Rice Flower #EBF2D3

Tints of Rice Flower #EBF2D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.67%

R = 34.16%
G = 35.17%
B = 30.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#EBF2D3 (or 0xEBF2D3) is known color: Rice Flower. HEX triplet: EB, F2 and D3. RGB value is (235,242,211). Sum of RGB (Red+Green+Blue) = 235+242+211=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 211 (82.81% from 255 or 30.67% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2D3 is #140D2C. Grayscale: #ECECEC. Windows color (decimal): -1314093 or 13890283. OLE color: 13890283.

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

Color convert

RGB 235 242 211 -
CMYK 0.03 0 0.13 0.05
HSL 73.55º 0.54% 0.89% -
HSV(B) 73.55º 0.13% 0.95% -
XYZ 77.77 85.87 74.1 -
YUV 236.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 235 242 211 0.03 0 0.13 0.05 73.55 0.54 0.89
Hex EB F2 D3 3 0 D 5 4A 36 59
Octal 353 362 323 3 0 15 5 112 66 131
Binary 11101011 11110010 11010011 11 0 1101 101 1001010 110110 1011001

Color Harmonies of #EBF2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2D3

Black with #EBF2D3

Text Example


Text Example

White with #EBF2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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