Html Css Color HEX #EBF0D5 Rice Flower

📋 copy color: '#EBF0D5'

red 235 ◦ green 240 ◦ blue 213

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

Shades of Rice Flower #EBF0D5

Tints of Rice Flower #EBF0D5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.88%

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

R = 34.16%
G = 34.88%
B = 30.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EBF0D5 (or 0xEBF0D5) is known color: Rice Flower. HEX triplet: EB, F0 and D5. RGB value is (235,240,213). Sum of RGB (Red+Green+Blue) = 235+240+213=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0D5 is #140F2A. Grayscale: #EBEBEB. Windows color (decimal): -1314603 or 14020843. OLE color: 14020843.

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

Color convert

RGB 235 240 213 -
CMYK 0.02 0 0.11 0.06
HSL 71.11º 0.47% 0.89% -
HSV(B) 71.11º 0.11% 0.94% -
XYZ 77.43 84.79 75.24 -
YUV 235.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 235 240 213 0.02 0 0.11 0.06 71.11 0.47 0.89
Hex EB F0 D5 2 0 B 6 47 2F 59
Octal 353 360 325 2 0 13 6 107 57 131
Binary 11101011 11110000 11010101 10 0 1011 110 1000111 101111 1011001

Color Harmonies of #EBF0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF0D5

Black with #EBF0D5

Text Example


Text Example

White with #EBF0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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