#ECEED1

Color #ECEED1 Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #ECEED1

Tints of Rice Flower #ECEED1

Color information

#ECEED1 (or 0xECEED1) is unknown color: approx Rice Flower. HEX triplet: EC, EE and D1. RGB value is (236,238,209). Sum of RGB (Red+Green+Blue) = 236+238+209=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 209 (82.03% from 255 or 30.60% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEED1 is #13112E. Grayscale: #EAEAEA. Windows color (decimal): -1249583 or 13758188. OLE color: 13758188.

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

Color convert

RGB236238209-
CMYK0.0100.120.07
HSL64.14º46.03%87.65%-
HSV(B)64.14º12.18%93.33%-
XYZ76.6883.5972.41-
YUV234.1113.84129.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 209 (82.03% from 255) = 30.60%
R=34.55%
G=34.85%
B=30.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362382090.0100.120.0764.1446.0387.65
HexECEED110C7402e58
Octal3543563211014710056130
Binary11101100111011101101000110110011110000001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEED1; }

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

 H1.HeaderClassName
 {
   color: #ECEED1;
 }
 .AnyTagClassName
 {
   color: #ECEED1;
 }
</style>
background-color css

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

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

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

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

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

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