Html Css Color HEX #EBEED3 Rice Flower

📋 copy color: '#EBEED3'

red 235 ◦ green 238 ◦ blue 211

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

Shades of Rice Flower #EBEED3

Tints of Rice Flower #EBEED3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.8%

 BLUE value IS 211 (82.81% from 255) = 30.85%

R = 34.36%
G = 34.8%
B = 30.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EBEED3 (or 0xEBEED3) is known color: Rice Flower. HEX triplet: EB, EE and D3. RGB value is (235,238,211). Sum of RGB (Red+Green+Blue) = 235+238+211=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEED3 is #14112C. Grayscale: #EAEAEA. Windows color (decimal): -1315117 or 13889259. OLE color: 13889259.

HSL color Cylindrical-coordinate representation of color #EBEED3: hue angle of 66.67º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBEED3 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 238 211 -
CMYK 0.01 0 0.11 0.07
HSL 66.67º 0.44% 0.88% -
HSV(B) 66.67º 0.11% 0.93% -
XYZ 76.59 83.51 73.71 -
YUV 234.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 235 238 211 0.01 0 0.11 0.07 66.67 0.44 0.88
Hex EB EE D3 1 0 B 7 43 2C 58
Octal 353 356 323 1 0 13 7 103 54 130
Binary 11101011 11101110 11010011 1 0 1011 111 1000011 101100 1011000

Color Harmonies of #EBEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEED3

Black with #EBEED3

Text Example


Text Example

White with #EBEED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEED3; }

 p { color: rgb(235,238,211); }

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

background-color css

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

 a { background-color: rgb(235,238,211); }

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

border-color css

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

 span { border-color: rgb(235,238,211); }

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