Html Css Color HEX #EBF2D1 Rice Flower

📋 copy color: '#EBF2D1'

red 235 ◦ green 242 ◦ blue 209

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

Shades of Rice Flower #EBF2D1

Tints of Rice Flower #EBF2D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 30.47%

R = 34.26%
G = 35.28%
B = 30.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#EBF2D1 (or 0xEBF2D1) is known color: Rice Flower. HEX triplet: EB, F2 and D1. RGB value is (235,242,209). Sum of RGB (Red+Green+Blue) = 235+242+209=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 209 (82.03% from 255 or 30.47% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2D1 is #140D2E. Grayscale: #ECECEC. Windows color (decimal): -1314095 or 13759211. OLE color: 13759211.

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

Color convert

RGB 235 242 209 -
CMYK 0.03 0 0.14 0.05
HSL 72.73º 0.56% 0.88% -
HSV(B) 72.73º 0.14% 0.95% -
XYZ 77.52 85.77 72.79 -
YUV 236.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 235 242 209 0.03 0 0.14 0.05 72.73 0.56 0.88
Hex EB F2 D1 3 0 E 5 49 38 58
Octal 353 362 321 3 0 16 5 111 70 130
Binary 11101011 11110010 11010001 11 0 1110 101 1001001 111000 1011000

Color Harmonies of #EBF2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2D1

Black with #EBF2D1

Text Example


Text Example

White with #EBF2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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