Html Css Color HEX #ECF0CD Rice Flower

📋 copy color: '#ECF0CD'

red 236 ◦ green 240 ◦ blue 205

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

Shades of Rice Flower #ECF0CD

Tints of Rice Flower #ECF0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.24%

 BLUE value IS 205 (80.47% from 255) = 30.1%

R = 34.65%
G = 35.24%
B = 30.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#ECF0CD (or 0xECF0CD) is known color: Rice Flower. HEX triplet: EC, F0 and CD. RGB value is (236,240,205). Sum of RGB (Red+Green+Blue) = 236+240+205=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0CD is #130F32. Grayscale: #EAEAEA. Windows color (decimal): -1249075 or 13496556. OLE color: 13496556.

HSL color Cylindrical-coordinate representation of color #ECF0CD: hue angle of 66.86º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECF0CD is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 240 205 -
CMYK 0.02 0 0.15 0.06
HSL 66.86º 0.54% 0.87% -
HSV(B) 66.86º 0.15% 0.94% -
XYZ 76.77 84.56 70.03 -
YUV 234.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 236 240 205 0.02 0 0.15 0.06 66.86 0.54 0.87
Hex EC F0 CD 2 0 F 6 43 36 57
Octal 354 360 315 2 0 17 6 103 66 127
Binary 11101100 11110000 11001101 10 0 1111 110 1000011 110110 1010111

Color Harmonies of #ECF0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF0CD

Black with #ECF0CD

Text Example


Text Example

White with #ECF0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF0CD; }

 p { color: rgb(236,240,205); }

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

background-color css

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

 a { background-color: rgb(236,240,205); }

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

border-color css

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

 span { border-color: rgb(236,240,205); }

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