Html Css Color HEX #EBF2D5 Rice Flower

📋 copy color: '#EBF2D5'

red 235 ◦ green 242 ◦ blue 213

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

Shades of Rice Flower #EBF2D5

Tints of Rice Flower #EBF2D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.87%

R = 34.06%
G = 35.07%
B = 30.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#EBF2D5 (or 0xEBF2D5) is known color: Rice Flower. HEX triplet: EB, F2 and D5. RGB value is (235,242,213). Sum of RGB (Red+Green+Blue) = 235+242+213=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 213 (83.59% from 255 or 30.87% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2D5 is #140D2A. Grayscale: #ECECEC. Windows color (decimal): -1314091 or 14021355. OLE color: 14021355.

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

Color convert

RGB 235 242 213 -
CMYK 0.03 0 0.12 0.05
HSL 74.48º 0.53% 0.89% -
HSV(B) 74.48º 0.12% 0.95% -
XYZ 78.02 85.97 75.43 -
YUV 236.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 235 242 213 0.03 0 0.12 0.05 74.48 0.53 0.89
Hex EB F2 D5 3 0 C 5 4A 35 59
Octal 353 362 325 3 0 14 5 112 65 131
Binary 11101011 11110010 11010101 11 0 1100 101 1001010 110101 1011001

Color Harmonies of #EBF2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2D5

Black with #EBF2D5

Text Example


Text Example

White with #EBF2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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