Html Css Color HEX #EBEDD3 Rice Flower

📋 copy color: '#EBEDD3'

red 235 ◦ green 237 ◦ blue 211

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

Shades of Rice Flower #EBEDD3

Tints of Rice Flower #EBEDD3

RGB

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

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

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

R = 34.41%
G = 34.7%
B = 30.89%

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

#EBEDD3 (or 0xEBEDD3) is known color: Rice Flower. HEX triplet: EB, ED and D3. RGB value is (235,237,211). Sum of RGB (Red+Green+Blue) = 235+237+211=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 211 (82.81% from 255 or 30.89% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDD3 is #14122C. Grayscale: #E9E9E9. Windows color (decimal): -1315373 or 13889003. OLE color: 13889003.

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

Color convert

RGB 235 237 211 -
CMYK 0.01 0 0.11 0.07
HSL 64.62º 0.42% 0.88% -
HSV(B) 64.62º 0.11% 0.93% -
XYZ 76.3 82.93 73.61 -
YUV 233.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 235 237 211 0.01 0 0.11 0.07 64.62 0.42 0.88
Hex EB ED D3 1 0 B 7 41 2A 58
Octal 353 355 323 1 0 13 7 101 52 130
Binary 11101011 11101101 11010011 1 0 1011 111 1000001 101010 1011000

Color Harmonies of #EBEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEDD3

Black with #EBEDD3

Text Example


Text Example

White with #EBEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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