Html Css Color HEX #EBEDD2 Rice Flower

📋 copy color: '#EBEDD2'

red 235 ◦ green 237 ◦ blue 210

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

Shades of Rice Flower #EBEDD2

Tints of Rice Flower #EBEDD2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.75%

 BLUE value IS 210 (82.42% from 255) = 30.79%

R = 34.46%
G = 34.75%
B = 30.79%

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

#EBEDD2 (or 0xEBEDD2) is known color: Rice Flower. HEX triplet: EB, ED and D2. RGB value is (235,237,210). Sum of RGB (Red+Green+Blue) = 235+237+210=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDD2 is #14122D. Grayscale: #E9E9E9. Windows color (decimal): -1315374 or 13823467. OLE color: 13823467.

HSL color Cylindrical-coordinate representation of color #EBEDD2: hue angle of 64.44º degrees, saturation: 0.43, 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 #EBEDD2 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 210 -
CMYK 0.01 0 0.11 0.07
HSL 64.44º 0.43% 0.88% -
HSV(B) 64.44º 0.11% 0.93% -
XYZ 76.18 82.88 72.96 -
YUV 233.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 235 237 210 0.01 0 0.11 0.07 64.44 0.43 0.88
Hex EB ED D2 1 0 B 7 40 2B 58
Octal 353 355 322 1 0 13 7 100 53 130
Binary 11101011 11101101 11010010 1 0 1011 111 1000000 101011 1011000

Color Harmonies of #EBEDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEDD2

Black with #EBEDD2

Text Example


Text Example

White with #EBEDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEDD2; }

 p { color: rgb(235,237,210); }

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

background-color css

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

 a { background-color: rgb(235,237,210); }

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

border-color css

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

 span { border-color: rgb(235,237,210); }

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