Html Css Color HEX #EBF2D9 Rice Flower

📋 copy color: '#EBF2D9'

red 235 ◦ green 242 ◦ blue 217

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

Shades of Rice Flower #EBF2D9

Tints of Rice Flower #EBF2D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.27%

R = 33.86%
G = 34.87%
B = 31.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#EBF2D9 (or 0xEBF2D9) is known color: Rice Flower. HEX triplet: EB, F2 and D9. RGB value is (235,242,217). Sum of RGB (Red+Green+Blue) = 235+242+217=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 217 (85.16% from 255 or 31.27% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2D9 is #140D26. Grayscale: #EDEDED. Windows color (decimal): -1314087 or 14283499. OLE color: 14283499.

HSL color Cylindrical-coordinate representation of color #EBF2D9: hue angle of 76.8º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBF2D9 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 217 -
CMYK 0.03 0 0.10 0.05
HSL 76.8º 0.49% 0.9% -
HSV(B) 76.8º 0.1% 0.95% -
XYZ 78.54 86.18 78.14 -
YUV 237.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 235 242 217 0.03 0 0.10 0.05 76.8 0.49 0.9
Hex EB F2 D9 3 0 A 5 4D 31 5A
Octal 353 362 331 3 0 12 5 115 61 132
Binary 11101011 11110010 11011001 11 0 1010 101 1001101 110001 1011010

Color Harmonies of #EBF2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2D9

Black with #EBF2D9

Text Example


Text Example

White with #EBF2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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