Html Css Color HEX #ECF1CA Rice Flower

📋 copy color: '#ECF1CA'

red 236 ◦ green 241 ◦ blue 202

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

Shades of Rice Flower #ECF1CA

Tints of Rice Flower #ECF1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.75%

R = 34.76%
G = 35.49%
B = 29.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#ECF1CA (or 0xECF1CA) is known color: Rice Flower. HEX triplet: EC, F1 and CA. RGB value is (236,241,202). Sum of RGB (Red+Green+Blue) = 236+241+202=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1CA is #130E35. Grayscale: #EBEBEB. Windows color (decimal): -1248822 or 13300204. OLE color: 13300204.

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

Color convert

RGB 236 241 202 -
CMYK 0.02 0 0.16 0.05
HSL 67.69º 0.58% 0.87% -
HSV(B) 67.69º 0.16% 0.95% -
XYZ 76.71 85.01 68.24 -
YUV 235.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 236 241 202 0.02 0 0.16 0.05 67.69 0.58 0.87
Hex EC F1 CA 2 0 10 5 44 3A 57
Octal 354 361 312 2 0 20 5 104 72 127
Binary 11101100 11110001 11001010 10 0 10000 101 1000100 111010 1010111

Color Harmonies of #ECF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF1CA

Black with #ECF1CA

Text Example


Text Example

White with #ECF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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