Html Css Color HEX #EBF1D6 Rice Flower

📋 copy color: '#EBF1D6'

red 235 ◦ green 241 ◦ blue 214

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

Shades of Rice Flower #EBF1D6

Tints of Rice Flower #EBF1D6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.93%

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

R = 34.06%
G = 34.93%
B = 31.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#EBF1D6 (or 0xEBF1D6) is known color: Rice Flower. HEX triplet: EB, F1 and D6. RGB value is (235,241,214). Sum of RGB (Red+Green+Blue) = 235+241+214=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1D6 is #140E29. Grayscale: #ECECEC. Windows color (decimal): -1314346 or 14086635. OLE color: 14086635.

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

Color convert

RGB 235 241 214 -
CMYK 0.02 0 0.11 0.05
HSL 73.33º 0.49% 0.89% -
HSV(B) 73.33º 0.11% 0.95% -
XYZ 77.85 85.43 76 -
YUV 236.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 235 241 214 0.02 0 0.11 0.05 73.33 0.49 0.89
Hex EB F1 D6 2 0 B 5 49 31 59
Octal 353 361 326 2 0 13 5 111 61 131
Binary 11101011 11110001 11010110 10 0 1011 101 1001001 110001 1011001

Color Harmonies of #EBF1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1D6

Black with #EBF1D6

Text Example


Text Example

White with #EBF1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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