Html Css Color HEX #EBF0D6 Rice Flower

📋 copy color: '#EBF0D6'

red 235 ◦ green 240 ◦ blue 214

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

Shades of Rice Flower #EBF0D6

Tints of Rice Flower #EBF0D6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.83%

 BLUE value IS 214 (83.98% from 255) = 31.06%

R = 34.11%
G = 34.83%
B = 31.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EBF0D6 (or 0xEBF0D6) is known color: Rice Flower. HEX triplet: EB, F0 and D6. RGB value is (235,240,214). Sum of RGB (Red+Green+Blue) = 235+240+214=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 214 (83.98% from 255 or 31.06% from 689); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0D6 is #140F29. Grayscale: #EBEBEB. Windows color (decimal): -1314602 or 14086379. OLE color: 14086379.

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

Color convert

RGB 235 240 214 -
CMYK 0.02 0 0.11 0.06
HSL 71.54º 0.46% 0.89% -
HSV(B) 71.54º 0.11% 0.94% -
XYZ 77.56 84.84 75.91 -
YUV 235.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 235 240 214 0.02 0 0.11 0.06 71.54 0.46 0.89
Hex EB F0 D6 2 0 B 6 48 2E 59
Octal 353 360 326 2 0 13 6 110 56 131
Binary 11101011 11110000 11010110 10 0 1011 110 1001000 101110 1011001

Color Harmonies of #EBF0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF0D6

Black with #EBF0D6

Text Example


Text Example

White with #EBF0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF0D6; }

 p { color: rgb(235,240,214); }

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

background-color css

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

 a { background-color: rgb(235,240,214); }

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

border-color css

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

 span { border-color: rgb(235,240,214); }

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