Html Css Color HEX #ECF1CF Rice Flower

📋 copy color: '#ECF1CF'

red 236 ◦ green 241 ◦ blue 207

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

Shades of Rice Flower #ECF1CF

Tints of Rice Flower #ECF1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.26%

R = 34.5%
G = 35.23%
B = 30.26%

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

#ECF1CF (or 0xECF1CF) is known color: Rice Flower. HEX triplet: EC, F1 and CF. RGB value is (236,241,207). Sum of RGB (Red+Green+Blue) = 236+241+207=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 207 (81.25% from 255 or 30.26% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1CF is #130E30. Grayscale: #EBEBEB. Windows color (decimal): -1248817 or 13627884. OLE color: 13627884.

HSL color Cylindrical-coordinate representation of color #ECF1CF: hue angle of 68.82º degrees, saturation: 0.55, 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 #ECF1CF is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 241 207 -
CMYK 0.02 0 0.14 0.05
HSL 68.82º 0.55% 0.88% -
HSV(B) 68.82º 0.14% 0.95% -
XYZ 77.31 85.25 71.41 -
YUV 235.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 236 241 207 0.02 0 0.14 0.05 68.82 0.55 0.88
Hex EC F1 CF 2 0 E 5 45 37 58
Octal 354 361 317 2 0 16 5 105 67 130
Binary 11101100 11110001 11001111 10 0 1110 101 1000101 110111 1011000

Color Harmonies of #ECF1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF1CF

Black with #ECF1CF

Text Example


Text Example

White with #ECF1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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