Html Css Color HEX #ECF1D0 Rice Flower

📋 copy color: '#ECF1D0'

red 236 ◦ green 241 ◦ blue 208

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

Shades of Rice Flower #ECF1D0

Tints of Rice Flower #ECF1D0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.18%

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

R = 34.45%
G = 35.18%
B = 30.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#ECF1D0 (or 0xECF1D0) is known color: Rice Flower. HEX triplet: EC, F1 and D0. RGB value is (236,241,208). Sum of RGB (Red+Green+Blue) = 236+241+208=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1D0 is #130E2F. Grayscale: #EBEBEB. Windows color (decimal): -1248816 or 13693420. OLE color: 13693420.

HSL color Cylindrical-coordinate representation of color #ECF1D0: hue angle of 69.09º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECF1D0 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 241 208 -
CMYK 0.02 0 0.14 0.05
HSL 69.09º 0.54% 0.88% -
HSV(B) 69.09º 0.14% 0.95% -
XYZ 77.43 85.3 72.06 -
YUV 235.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 236 241 208 0.02 0 0.14 0.05 69.09 0.54 0.88
Hex EC F1 D0 2 0 E 5 45 36 58
Octal 354 361 320 2 0 16 5 105 66 130
Binary 11101100 11110001 11010000 10 0 1110 101 1000101 110110 1011000

Color Harmonies of #ECF1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF1D0

Black with #ECF1D0

Text Example


Text Example

White with #ECF1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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