Html Css Color HEX #ECEED0 Rice Flower

📋 copy color: '#ECEED0'

red 236 ◦ green 238 ◦ blue 208

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

Shades of Rice Flower #ECEED0

Tints of Rice Flower #ECEED0

RGB

 RED value IS 236 (92.58% from 255) = 34.6%

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

 BLUE value IS 208 (81.64% from 255) = 30.5%

R = 34.6%
G = 34.9%
B = 30.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ECEED0 (or 0xECEED0) is known color: Rice Flower. HEX triplet: EC, EE and D0. RGB value is (236,238,208). Sum of RGB (Red+Green+Blue) = 236+238+208=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEED0 is #13112F. Grayscale: #EAEAEA. Windows color (decimal): -1249584 or 13692652. OLE color: 13692652.

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

Color convert

RGB 236 238 208 -
CMYK 0.01 0 0.13 0.07
HSL 64º 0.47% 0.87% -
HSV(B) 64º 0.13% 0.93% -
XYZ 76.55 83.54 71.76 -
YUV 233.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 236 238 208 0.01 0 0.13 0.07 64 0.47 0.87
Hex EC EE D0 1 0 D 7 40 2F 57
Octal 354 356 320 1 0 15 7 100 57 127
Binary 11101100 11101110 11010000 1 0 1101 111 1000000 101111 1010111

Color Harmonies of #ECEED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEED0

Black with #ECEED0

Text Example


Text Example

White with #ECEED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEED0; }

 p { color: rgb(236,238,208); }

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

background-color css

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

 a { background-color: rgb(236,238,208); }

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

border-color css

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

 span { border-color: rgb(236,238,208); }

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