Html Css Color HEX #E6EBCE Rice Flower

📋 copy color: '#E6EBCE'

red 230 ◦ green 235 ◦ blue 206

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

Shades of Rice Flower #E6EBCE

Tints of Rice Flower #E6EBCE

RGB

 RED value IS 230 (90.23% from 255) = 34.28%

 GREEN value IS 235 (92.19% from 255) = 35.02%

 BLUE value IS 206 (80.86% from 255) = 30.7%

R = 34.28%
G = 35.02%
B = 30.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#E6EBCE (or 0xE6EBCE) is known color: Rice Flower. HEX triplet: E6, EB and CE. RGB value is (230,235,206). Sum of RGB (Red+Green+Blue) = 230+235+206=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBCE is #191431. Grayscale: #E6E6E6. Windows color (decimal): -1643570 or 13560806. OLE color: 13560806.

HSL color Cylindrical-coordinate representation of color #E6EBCE: hue angle of 70.34º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6EBCE is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 235 206 -
CMYK 0.02 0 0.12 0.08
HSL 70.34º 0.42% 0.86% -
HSV(B) 70.34º 0.12% 0.92% -
XYZ 73.48 80.7 70.1 -
YUV 230.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 230 235 206 0.02 0 0.12 0.08 70.34 0.42 0.86
Hex E6 EB CE 2 0 C 8 46 2A 56
Octal 346 353 316 2 0 14 10 106 52 126
Binary 11100110 11101011 11001110 10 0 1100 1000 1000110 101010 1010110

Color Harmonies of #E6EBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EBCE

Black with #E6EBCE

Text Example


Text Example

White with #E6EBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EBCE; }

 p { color: rgb(230,235,206); }

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

background-color css

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

 a { background-color: rgb(230,235,206); }

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

border-color css

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

 span { border-color: rgb(230,235,206); }

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