Html Css Color HEX #EBF1D4 Rice Flower

📋 copy color: '#EBF1D4'

red 235 ◦ green 241 ◦ blue 212

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

Shades of Rice Flower #EBF1D4

Tints of Rice Flower #EBF1D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.81%

R = 34.16%
G = 35.03%
B = 30.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#EBF1D4 (or 0xEBF1D4) is known color: Rice Flower. HEX triplet: EB, F1 and D4. RGB value is (235,241,212). Sum of RGB (Red+Green+Blue) = 235+241+212=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 212 (83.20% from 255 or 30.81% from 688); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1D4 is #140E2B. Grayscale: #ECECEC. Windows color (decimal): -1314348 or 13955563. OLE color: 13955563.

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

Color convert

RGB 235 241 212 -
CMYK 0.02 0 0.12 0.05
HSL 72.41º 0.51% 0.89% -
HSV(B) 72.41º 0.12% 0.95% -
XYZ 77.6 85.33 74.67 -
YUV 235.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 235 241 212 0.02 0 0.12 0.05 72.41 0.51 0.89
Hex EB F1 D4 2 0 C 5 48 33 59
Octal 353 361 324 2 0 14 5 110 63 131
Binary 11101011 11110001 11010100 10 0 1100 101 1001000 110011 1011001

Color Harmonies of #EBF1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1D4

Black with #EBF1D4

Text Example


Text Example

White with #EBF1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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